Interface SerializationOptions

interface SerializationOptions {
    useUrlForImage?: boolean;
}

Properties

Properties

useUrlForImage?: boolean