public interface CodecService
| Modifier and Type | Method and Description | 
|---|---|
<T> Codec<T> | 
getCodec(String codecName,
        Class<T> objectClass)
Returns a codec able to code and decode object of type T 
 | 
<T> Codec<T> getCodec(String codecName, Class<T> objectClass)
T - The class name of the objectcodecName - the name of the registered codec implementationobjectClass - the object class of the object to encode decodeCopyright © 2019 Nuxeo. All rights reserved.