class ReflectExport( reflect ) CompositeSerializer : public Serializer
Base class for implementing one serializer in terms of another. For example ShallowSerializer which overrides the treatment of pointers.
A composite serializer that serializes pointers as raw data rather than traversing them.
class ReflectExport( reflect ) ShallowSerializer : public CompositeSerializer