public interface Serializer
| 限定符和类型 | 方法和说明 |
|---|---|
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
MethodReturn deserializeMethodReturn(byte[] input, Class<?> returnType) throws FormatterException
byte[] serializeMethodReturn(MethodReturn methodReturn) throws FormatterException
MethodCall deserializeMethodCall(byte[] input) throws FormatterException
Copyright © 2020. All rights reserved.