Package org.nuxeo.runtime.codec
Interface CodecService
- All Known Implementing Classes:
CodecServiceImpl
public interface CodecService
Gives access to coder/decoder for a class .
- Since:
- 10.2
-
Method Summary
-
Method Details
-
getCodec
Returns a codec able to code and decode object of type T- Type Parameters:
T
- The class name of the object- Parameters:
codecName
- the name of the registered codec implementationobjectClass
- the object class of the object to encode decode
-