subtypes property

Map<U, BinaryType<T>> subtypes
final

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;