struct Crystalizer::Deserializer(T, N)

Defined in:

deserializer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : T.class) forall T #

[View source]
def self.new #

[View source]

Instance Method Detail

def object_instance : T #

Returns the deserialized object instance.


[View source]
def set_ivar(key : String, &) #

Sets an object_instance variable for a key.


[View source]