Class PathSerializer
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) voidserializeValue(Path value, jakarta.json.stream.JsonGenerator generator, SerializationContextImpl context) Methods inherited from class 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:
serializeValuein classTypeSerializer<Path>
-