User Defined TypeSerializersTo define your own TypeSerializers you can either inherit from If you do create your own TypeSerializer, in order to use it you have two options:
As a quick example, let’s take a field that is numeric but should always serialize as 3-bytes. Some things to note:
|