Introduction to TypeSerializersTypeSerializers are the classes that do the actual work of serializing and deserializing the values in a class as well as providing a ToString method
so that the contents of a class can be displayed for debugging purposes. All TypeSerializers inherit from All TypeSerializers must implement the following two functions:
Notes on the TypeSerializer classes:
TBD: Further methods that can be overridden The following are the built-in TypeSerializers.
See |