Alys::Internal::MsgPacker
Inherits Struct < Value < Object
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(value : Bool)
Sourcewrite(value : String)
Sourcewrite(value : Bytes)
Sourcewrite(value : Symbol)
Sourcewrite(value : Float32 | Float64)
Sourcewrite(value : Int8 | Int16 | Int32 | Int64 | UInt8 | UInt16 | UInt32 | UInt64)
Sourcewrite_array_start(length)
Sourcewrite_binary_start(bytesize)
Sourcewrite_ext(type_id : Int8, bytes : Bytes)
Sourcewrite_ext(type_id : Int8, &)
Sourcewrite_ext_start(bytesize)
Sourcewrite_hash_start(length)
Sourcewrite_string_start(bytesize)
Source