Register Generic Classes
NCache also supports generic classes to be compact serialized. Generic classes
are configured in the same way as other classes. In addition, we also need to
specify <T>
types for each Generic class.
Important
For Java, before deploying your JAR files, you need to make sure that:
- You have JDK 11 installed
- Your Environment Variable for Java is set
Using NCache Web Manager
Launch NCache Web Manager by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Clustered Caches or Local Caches, based on the cache to configure.
Against the cache name, click on View Details.
This opens up the detailed configuration page for the cache. Go to the Advanced Settings tab and click on Compact Serialization in the left bar.
Click the Generic Type Handler button, a new Add Generic Type Handler window will open up.
Click Browse to select assembly.
All classes will be loaded in Class Name list box.
Select your class and click OK.
- Click on Save Changes to apply this configuration to the cache.
See Also
Register Non-Generic Classes
Unregister Non-Generic Classes
Register Generic Classes using Generic Type Handler
Register Classes for Portable Data Sharing