Class AbstractCodec
- java.lang.Object
-
- jadex.platform.service.serialization.codecs.AbstractCodec
-
-
Constructor Summary
Constructors Constructor Description AbstractCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
decode(byte[] bytes)
Decode data with the codec.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadex.bridge.service.types.message.ICodec
decode, encode, getCodecId
-
-