public class NioPathSerializer extends StdScalarSerializer<Path>
JsonSerializer.None
_handledType
Constructor and Description |
---|
NioPathSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(Path value,
JsonGenerator gen,
SerializerProvider serializers)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
acceptJsonFormatVisitor, getSchema, serializeWithType
createObjectNode, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
public void serialize(Path value, JsonGenerator gen, SerializerProvider serializers) throws IOException
JsonSerializer
serialize
in class StdSerializer<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.IOException
Copyright © 2008–2016 FasterXML. All rights reserved.