public class ListTargetProtocolConverter
extends java.lang.Object
Constructor and Description |
---|
ListTargetProtocolConverter() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TargetProtocol> |
decode(byte[] data) |
byte[] |
encode(java.util.List<TargetProtocol> model) |
static ListTargetProtocolConverter |
instance() |
public byte[] encode(java.util.List<TargetProtocol> model) throws java.lang.Exception
java.lang.Exception
public java.util.List<TargetProtocol> decode(byte[] data) throws java.lang.Exception
java.lang.Exception
public static ListTargetProtocolConverter instance()