[This is preliminary documentation and is subject to change.]
The basic serializer which handles class types. All serializers which handle more
complex types like arrays and such may delegate work to this serializer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Serializer simple { get; }
ReadOnly Property simple As Serializer
property Serializer^ simple { Serializer^ get (); }