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