java.lang.Object
org.eclipse.yasson.internal.serializer.types.TypeSerializer<Path>
org.eclipse.yasson.internal.serializer.types.PathSerializer
- All Implemented Interfaces:
ModelSerializer
Serializer of the
Path
type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
serializeValue
(Path value, jakarta.json.stream.JsonGenerator generator, SerializationContextImpl context) Methods inherited from class org.eclipse.yasson.internal.serializer.types.TypeSerializer
serialize, serializeKey
-
Constructor Details
-
PathSerializer
PathSerializer(TypeSerializerBuilder serializerBuilder)
-
-
Method Details
-
serializeValue
void serializeValue(Path value, jakarta.json.stream.JsonGenerator generator, SerializationContextImpl context) - Specified by:
serializeValue
in classTypeSerializer<Path>
-