decodeMapped method
Decodes the data as a collection of key-value pairs. The values are accessed and decoded based on the provided key.
Implementation
@override
MappedDecoder decodeMapped() {
return CompatMappedDecoder.wrap(this);
}
Decodes the data as a collection of key-value pairs. The values are accessed and decoded based on the provided key.
@override
MappedDecoder decodeMapped() {
return CompatMappedDecoder.wrap(this);
}