ShallowSerializer

class ReflectExport(reflect) ShallowSerializer : public CompositeSerializer

A composite serializer that serializes pointers as raw data rather than traversing them.

See Also

class ReflectExport(reflect) ShallowDeserializer : public CompositeDeserializer
A composite serializer that deserializes pointers as raw data rather than traversing them.
class ReflectExport(reflect) CompositeSerializer : public Serializer
Base class for implementing one serializer in terms of another.
Close