Type of the metadata attached to properties by the serializable decorator.

interface SerializableProperty {
    options?: SerializableOptions;
    propertyKey: string;
    size: number;
}

Properties

propertyKey: string
size: number

Generated using TypeDoc