public class RangeJsonSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Range>
| Constructor and Description |
|---|
RangeJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<com.google.common.collect.Range> |
handledType() |
void |
serialize(com.google.common.collect.Range range,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public Class<com.google.common.collect.Range> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Range>public void serialize(com.google.common.collect.Range range,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Range>IOExceptionCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.