class StringField
- StringField
- SerializerField
- Reference
- Object
Defined in:
lib/serializers.crConstructors
Instance Method Summary
Instance methods inherited from class SerializerField
serialize(parent_obj, field_key : String, field_value : JsonData) : MessageList
serialize
Constructor methods inherited from class SerializerField
new(required : Bool = false, allow_null : Bool = true)
new
Constructor Detail
def self.new(min_length : Int32 | Nil = nil, max_length : Int32 | Nil = nil, allow_blank : Bool = true, required = false, allow_null = true)
#