public class ObjectStringSerializer<T>
extends com.fasterxml.jackson.databind.JsonSerializer<T>
| Constructor and Description |
|---|
ObjectStringSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(T object,
com.fasterxml.jackson.core.JsonGenerator jGen,
com.fasterxml.jackson.databind.SerializerProvider sProvider) |
public void serialize(T object, com.fasterxml.jackson.core.JsonGenerator jGen, com.fasterxml.jackson.databind.SerializerProvider sProvider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<T>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.