struct

Crystalizer::Deserializer::NonSelfDescribingObject(T)

Inherits Crystalizer::Deserializer::Object / Struct / Value / Object

Constructors

new(type : T.class)
Source

Instance methods

object_instance
Source
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).

Source