abstract class Object

Overview

Object is the base type of all Crystal objects.

Defined in:

message_pack/any.cr
message_pack/to_msgpack.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_msgpack(string_or_io, zero_copy = false) #

[View source]

Instance Method Detail

def ===(other : MessagePack::Any) #

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

[View source]
def to_msgpack(packer : MessagePack::Packer) #

[View source]
def to_msgpack #

[View source]