class Ruby::Marshal::InstanceObject
- Ruby::Marshal::InstanceObject
- Ruby::Marshal::StreamObject
- Reference
- Object
Overview
āIā indicates that instance variables follow the next object. An object follows the type byte. Following the object is a length indicating the number of instance variables for the object. Following the length is a set of name-value pairs. The names are symbols while the values are objects. The symbols must be instance variable names (:@name).
Defined in:
ruby-marshal/stream_objects/instance_object.crConstructors
Instance Method Summary
- #data
-
#read(stream : Bytes)
read instance variables