MessagePack::Packer
Constructors
Instance methods
bytes
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.
to_slice
Sourcewrite(value : Nil)
Sourcewrite_array_start(length)
Sourcewrite_binary_start(bytesize)
Sourcewrite_ext_start(bytesize)
Sourcewrite_hash_start(length)
Sourcewrite_string_start(bytesize)
Source