decodeIterated method
Decodes the data as an iterated collection of nested data.
Implementation
@override
IteratedDecoder decodeIterated() {
return MsgPackCollectionDecoder(_unpacker, _unpacker.unpackListLength());
}
Decodes the data as an iterated collection of nested data.
@override
IteratedDecoder decodeIterated() {
return MsgPackCollectionDecoder(_unpacker, _unpacker.unpackListLength());
}