Unpacker.unpackAA

Deserializes the container object and assigns to each argument.

These methods check the length. Do rollback if the length of arguments is different from length of deserialized object.

In unpackMap, the number of arguments must be even.

struct Unpacker(Stream = const(ubyte)[])
nothrow
bool
unpackAA
(
K
V
)
(
K[V] array
)
if (
isInputBuffer!(Stream, ubyte)
)

Return Value

Type: bool

true if succeed

Meta