Class AbstractCodec
- java.lang.Object
- 
- jadex.platform.service.serialization.codecs.AbstractCodec
 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractCodec()
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jadex.bridge.service.types.message.ICodecdecode, encode, getCodecId
 
- 
 
-