public interface MarshallerContext
| Modifier and Type | Method and Description |
|---|---|
Class |
getClass(int id,
ClassLoader ldr)
Gets class for provided type ID.
|
boolean |
registerClass(int id,
Class cls)
Registers class with provided type ID.
|
boolean registerClass(int id,
Class cls)
throws IgniteCheckedException
id - Type ID.cls - Class.IgniteCheckedException - In case of error.Class getClass(int id, ClassLoader ldr) throws ClassNotFoundException
id - Type ID.ldr - Class loader.ClassNotFoundException - If class was not found.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015