WritableUtilityCreateSerializerT Method |
Namespace: Ookii.Jumbo.IO
The serializer created by this method will serialize only the public properties of the type which have a public get and set method. If you need to serialize additional state, you should do that manually.
The serializer supports properties that have a type supported by one of the overloads of the Write(String) method, as well those who implement IWritable themselves. The serializer supports values by writing a Boolean before each property that has a reference type that indicates whether it's or not.