struct MessagePack::Node

Defined in:

message_pack/node.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

===(other : MessagePack::Any) ===, to_msgpack(io : IO)
to_msgpack(packer : MessagePack::Packer)
to_msgpack
to_msgpack

Class methods inherited from class Object

from_msgpack(string_or_io, zero_copy = false) from_msgpack

Constructor Detail

def self.new(tokens : Array(Token::T) = [] of Token::T) #

[View source]
def self.new(pull : MessagePack::Unpacker) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(tokens _tokens = @tokens) #

[View source]
def to_unpacker #

[View source]
def tokens : Array(Token::T) #