public final class LocaleSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<Locale>
This class serializes Locale
to json.
Constructor and Description |
---|
LocaleSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(Locale value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrow
public void serialize(Locale value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize
in class com.fasterxml.jackson.databind.ser.std.StdSerializer<Locale>
IOException
com.fasterxml.jackson.core.JsonGenerationException
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.