subtypes property
A mapping of known preludes to their corresponding types.
This map is what connects an object's prelude to the specific type used to further encode or decode it.
Implementation
final Map<U, BinaryType<T>> subtypes;
A mapping of known preludes to their corresponding types.
This map is what connects an object's prelude to the specific type used to further encode or decode it.
final Map<U, BinaryType<T>> subtypes;