public interface CustomClassSerialization<T extends AddsToRuleKey> extends CustomClassBehaviorTag
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
deserialize(ValueCreator<E> deserializer) |
<E extends Exception> |
serialize(T instance,
ValueVisitor<E> serializer) |
<E extends Exception> void serialize(T instance, ValueVisitor<E> serializer) throws E extends Exception
E extends Exception
<E extends Exception> T deserialize(ValueCreator<E> deserializer) throws E extends Exception
E extends Exception