NullableSerializerOptions: BaseSerializerOptions & {
    fixed?: boolean;
    prefix?: NumberSerializer;
}

Defines the options for Nullable serializers.

Generated using TypeDoc