public class DoublesSketchJsonSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<com.yahoo.sketches.quantiles.DoublesSketch>
| Constructor and Description |
|---|
DoublesSketchJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(com.yahoo.sketches.quantiles.DoublesSketch sketch,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(com.yahoo.sketches.quantiles.DoublesSketch sketch,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<com.yahoo.sketches.quantiles.DoublesSketch>IOExceptionCopyright © 2011–2018. All rights reserved.