abstract class MessagePack::Unpacker
- MessagePack::Unpacker
- Reference
- Object
Direct Known Subclasses
Defined in:
message_pack/unpacker.crInstance Method Summary
- #consume_array(&)
- #consume_hash(&)
- #consume_table(&)
- #current_token : Token::T
- #finish_token!
- #read : Type
- #read_array
- #read_array_size
- #read_bool
- #read_bytes
- #read_ext(type_id : Int8, &)
- #read_float
- #read_hash
- #read_hash_size
- #read_int
- #read_nil
- #read_nil_or(&)
- #read_node : Node
- #read_numeric
- #read_string
- #read_token : Token::T
- #read_value : Type
- #skip_value
- #unexpected_token(token, expected = nil)
Instance methods inherited from class Object
===(other : MessagePack::Any)
===,
to_msgpack(io : IO)to_msgpack(packer : MessagePack::Packer)
to_msgpack to_msgpack