public class SizeSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<com.github.joschi.jadconfig.util.Size>
| Constructor and Description |
|---|
SizeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<com.github.joschi.jadconfig.util.Size> |
handledType() |
void |
serialize(com.github.joschi.jadconfig.util.Size value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public Class<com.github.joschi.jadconfig.util.Size> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<com.github.joschi.jadconfig.util.Size>public void serialize(com.github.joschi.jadconfig.util.Size value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<com.github.joschi.jadconfig.util.Size>IOExceptionCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.