Interface ObjectSerializationHandler

All Superinterfaces:
ObjectTypeMapper
All Known Implementing Classes:
AbstractObjectSerializationHandler, EnumSerializationHandler

public interface ObjectSerializationHandler extends ObjectTypeMapper
Interface to be implemented to handle the serialization/ deserialization of an object.
  • Method Details