class Serializer

Direct Known Subclasses

Defined in:

lib/serializers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input_data : JsonData, raise_exception : Bool = true) #

[View source]

Instance Method Detail

def serialize(parent_obj, field_key : String, field_value : Hash(String, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil)) : MessageList #

[View source]