• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Register Generic Classes using Generic Type Handler

Tip

You can find a sample implementation in Programmers' Guide.

NCache also gives you the facility to configure all required generic classes at once using Generic Type Handler. For this, first of all, you have to implement IGenericTypeProvider interface. Write the code for all the required combinations for all data types that can be used in your application.

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.

View Details Web Manager

  • 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 Add Types button, a new Select Compact Classes dialog box will open up.

Register generic classes web step 1

  • Against Library, click on Show Default Generics. The classes will be listed in Loaded Class list box.

  • Select the desired classes, which you want to register with NCache for compact serialization, and click Add Classes.

Register Generic Classes Step 2

  • Click OK to add classes. It lists fully qualified names of all selected classes in Compact Serialization tab.

Register Generic Classes Step 3

  • Click on Save Changes to apply this configuration to the cache.

See Also

Register Non-Generic Classes
Unregister Non-Generic Classes
Register Generic Classes
Register Classes for Portable Data Sharing

Back to top Copyright © 2017 Alachisoft