java.lang.Object
org.eclipse.yasson.internal.serializer.AbstractSerializer
- All Implemented Interfaces:
ModelSerializer
- Direct Known Subclasses:
AdapterSerializer
Abstract model serializer with delegate.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.yasson.internal.serializer.ModelSerializer
serialize
-
Field Details
-
delegate
-
-
Constructor Details
-
AbstractSerializer
AbstractSerializer(ModelSerializer delegate)
-