Interface CustomCopySerialization
-
public interface CustomCopySerializationWhen serializing implementations of this interface, serializers should not serialize the instance but the output of the serializationCopy() method, and such copy should not be used for anything else than that.- Since:
- 1.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeAnnotationserializationCopy()
-
-
-
Method Detail
-
serializationCopy
TypeAnnotation serializationCopy()
- Returns:
- a copy with the values to serialize.
-
-