public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
deserializeMethodCall(byte[] input) |
MethodReturn |
deserializeMethodReturn(byte[] input,
Class<?> returnType) |
String |
getName() |
byte[] |
serializeMethodCall(MethodCall methodCall) |
byte[] |
serializeMethodReturn(MethodReturn methodReturn) |
String getName()
byte[] serializeMethodCall(MethodCall methodCall) throws FormatterException
FormatterExceptionMethodReturn deserializeMethodReturn(byte[] input, Class<?> returnType) throws FormatterException
FormatterExceptionbyte[] serializeMethodReturn(MethodReturn methodReturn) throws FormatterException
FormatterExceptionMethodCall deserializeMethodCall(byte[] input) throws FormatterException
FormatterExceptionCopyright © 2021. All rights reserved.