class Boleite::Serializer(AttachedData)

Defined in:

boleite/serializer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : AttachedData) #

[View source]

Instance Method Detail

def dump(io : IO) #

[View source]
def each(&) #

[View source]
def marshal(obj) #

[View source]
def read(io : IO) #

[View source]
def unmarshal(expected_type) #

[View source]