public interface Coder<T>
T
decode(byte[] code)
byte[]
encode(T element)
java.lang.Class<T>
getAllowedType()
T decode(byte[] code) throws hla.rti1516e.encoding.DecoderException
hla.rti1516e.encoding.DecoderException
byte[] encode(T element)
java.lang.Class<T> getAllowedType()
Author: SMASH LAB - University of Calabria (UNICAL)