CompositeSerializer

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.

class ReflectExport(reflect) ShallowSerializer : public CompositeSerializer
A composite serializer that serializes pointers as raw data rather than traversing them.
Close