public class OFFeaturesReplyJSONSerializer extends org.codehaus.jackson.map.JsonSerializer<OFFeaturesReply>
| Constructor and Description |
|---|
OFFeaturesReplyJSONSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<OFFeaturesReply> |
handledType()
Tells SimpleModule that we are the serializer for OFFeaturesReply
|
void |
serialize(OFFeaturesReply reply,
org.codehaus.jackson.JsonGenerator jGen,
org.codehaus.jackson.map.SerializerProvider serializer)
Performs the serialization of a OFFeaturesReply object
|
public void serialize(OFFeaturesReply reply, org.codehaus.jackson.JsonGenerator jGen, org.codehaus.jackson.map.SerializerProvider serializer) throws IOException, org.codehaus.jackson.JsonProcessingException
serialize in class org.codehaus.jackson.map.JsonSerializer<OFFeaturesReply>IOExceptionorg.codehaus.jackson.JsonProcessingExceptionpublic Class<OFFeaturesReply> handledType()
handledType in class org.codehaus.jackson.map.JsonSerializer<OFFeaturesReply>Copyright © 2015. All rights reserved.