public class JsonMetaSerializer extends Object implements Serializer
Serializer.Payload
Constructor and Description |
---|
JsonMetaSerializer() |
Modifier and Type | Method and Description |
---|---|
Serializer.Payload |
serialize(Request message,
Object o)
Produce a
Serializer.Payload from the incoming request Request
and the endpoint returned object. |
public Serializer.Payload serialize(Request message, Object o)
Serializer
Serializer.Payload
from the incoming request Request
and the endpoint returned object.serialize
in interface Serializer
message
- The incoming Request
o
- The object that the endpoint handler returnedSerializer.Payload
instanceCopyright © 2016. All rights reserved.