public class NioPathSerializer extends StdScalarSerializer<java.nio.file.Path>
JsonSerializer.None| Constructor and Description |
|---|
NioPathSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.nio.file.Path value,
JsonGenerator gen,
SerializerProvider serializers)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
acceptJsonFormatVisitor, getSchema, serializeWithTypegetSchema, handledType, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdpublic void serialize(java.nio.file.Path value,
JsonGenerator gen,
SerializerProvider serializers)
throws java.io.IOException
JsonSerializerserialize in class StdSerializer<java.nio.file.Path>value - Value to serialize; can not be null.gen - Generator used to output resulting Json contentserializers - Provider that can be used to get serializers for
serializing Objects value contains, if any.java.io.IOException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"