class Ruby::Marshal::Object

Overview

The keys in the pairs must be symbols containing instance variable names.

Direct Known Subclasses

Defined in:

ruby-marshal/stream_objects/object.cr

Constructors

Instance Method Summary

Instance methods inherited from class Ruby::Marshal::StreamObject

size : Int32 size, stream_size stream_size

Constructor methods inherited from class Ruby::Marshal::StreamObject

new(size : Int32) new

Constructor Detail

def self.new(stream : Bytes) #

[View source]

Instance Method Detail

def data : Ruby::Marshal::Null #

[View source]
def populate_class(klass : ::Object) #

[View source]
def read(stream : Bytes) #

[View source]
def read_attr(name : ::String, raw = false) #

[View source]
def read_raw_attr(name : ::String) #

[View source]