struct Crystalizer::Deserializer::Object(T, N)
- Crystalizer::Deserializer::Object(T, N)
- Struct
- Value
- Object
Defined in:
deserializer/object.crConstructors
Instance Method Summary
-
#object_instance : T
Returns the deserialized object instance.
-
#set_each_ivar(&)
Yields each instance variable's
Variable
metadata and it value. -
#set_ivar(key : String, &)
Sets a value for an instance variable corresponding to the key.
Constructor Detail
Instance Method Detail
def set_each_ivar(&)
#
Yields each instance variable's Variable
metadata and it value.
This method can be used for non self-describing formats (which does not holds keys).