-
public class AnnotationSerializer
-
-
Method Summary
Modifier and Type Method Description static voidwriteMsgpackArray(Array<Annotation> annotations, MessagePacker packer)static Array<Annotation>readMsgpackArray(MessageUnpacker unpacker)static HttpCore.RequestBodyasMsgpackRequest(Array<Annotation> annotations)static HttpCore.RequestBodyasJsonRequest(Array<Annotation> annotations)static HttpCore.BodyHandler<Annotation>getAnnotationResponseHandler(ChannelOptions channelOptions)static Array<Annotation>readMsgpack(Array<byte> packed)static Array<Annotation>readMessagesFromJson(Array<byte> packed)-
-
Method Detail
-
writeMsgpackArray
static void writeMsgpackArray(Array<Annotation> annotations, MessagePacker packer)
-
readMsgpackArray
static Array<Annotation> readMsgpackArray(MessageUnpacker unpacker)
-
asMsgpackRequest
static HttpCore.RequestBody asMsgpackRequest(Array<Annotation> annotations)
-
asJsonRequest
static HttpCore.RequestBody asJsonRequest(Array<Annotation> annotations)
-
getAnnotationResponseHandler
static HttpCore.BodyHandler<Annotation> getAnnotationResponseHandler(ChannelOptions channelOptions)
-
readMsgpack
static Array<Annotation> readMsgpack(Array<byte> packed)
-
readMessagesFromJson
static Array<Annotation> readMessagesFromJson(Array<byte> packed)
-
-
-
-