startPreludeConversion abstract method
Start a conversion that reads the prelude from incoming binary data.
This is used while decoding binary data to determine the specific BinaryType to use to decode the object properly.
See subtypes for more information.
Implementation
@protected
BinaryConversion<U> startPreludeConversion(void Function(U) onValue);