struct MessagePack::Packer
- MessagePack::Packer
- Struct
- Value
- Object
Defined in:
message_pack/packer.crConstructors
Instance Method Summary
- #bytes
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #to_slice
- #write(value : Nil)
- #write(value : Bool)
- #write(value : String)
- #write(value : Bytes)
- #write(value : Symbol)
- #write(value : Float32 | Float64)
- #write(value : Int8 | Int16 | Int32 | Int64 | UInt8 | UInt16 | UInt32 | UInt64)
- #write(value : Hash)
- #write(value : Array)
- #write(value : Tuple)
- #write_array_start(length)
- #write_binary_start(bytesize)
- #write_ext(type_id : Int8, bytes : Bytes)
- #write_ext(type_id : Int8, &)
- #write_ext_start(bytesize)
- #write_hash_start(length)
- #write_string_start(bytesize)
Instance methods inherited from class Object
===(other : MessagePack::Any)
===,
to_msgpack(io : IO)to_msgpack(packer : MessagePack::Packer)
to_msgpack to_msgpack