public final class UserSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<User>
Jackson deserializer for User
classes.
Constructor and Description |
---|
UserSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(User user,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrow
public void serialize(User user, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
serialize
in class com.fasterxml.jackson.databind.ser.std.StdSerializer<User>
IOException
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.