struct Crystalizer::Deserializer::SelfDescribingObject(T, N)

Included Modules

Defined in:

deserializer/self_describing_object.cr

Constructors

Instance Method Summary

Instance methods inherited from module Crystalizer::Deserializer::Object(T)

object_instance : T object_instance

Constructor methods inherited from module Crystalizer::Deserializer::Object(T)

new new

Constructor Detail

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

[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 a value for an instance variable corresponding to the key.


[View source]