public class SketchJsonSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<com.yahoo.sketches.theta.Sketch>
| Constructor and Description |
|---|
SketchJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(com.yahoo.sketches.theta.Sketch sketch,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(com.yahoo.sketches.theta.Sketch sketch,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<com.yahoo.sketches.theta.Sketch>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2011–2016. All rights reserved.