class Ruby::Marshal::ExtendedObject

Overview

For a Hash with a default value, the default value follows all the pairs.

Defined in:

ruby-marshal/stream_objects/extended_object.cr

Constructors

Instance Method Summary

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

data : Ruby::Marshal::Null data, populate_class(klass : ::Object) populate_class, read(stream : Bytes) read, read_attr(name : ::String, raw = false) read_attr, read_raw_attr(name : ::String) read_raw_attr

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

new(stream : Bytes) new

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 read(stream : Bytes) #

[View source]