public class CLKeyValueJsonSerializer extends com.fasterxml.jackson.databind.JsonSerializer<CLKeyValue>
CLKeyValue| Constructor and Description |
|---|
CLKeyValueJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getValueBytes(CLKeyValue value) |
void |
serialize(CLKeyValue value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(CLKeyValue value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<CLKeyValue>IOExceptionprotected String getValueBytes(CLKeyValue value)
Copyright © 2021. All rights reserved.