Compact Serialization [Deprecated]
Each custom class must be serialized before adding any of its objects into the cache. NCache Compact Serialization is used to dynamically serialize classes while running.
These classes can be:
- Generic
- Non-Generic
Note
If you want to mark a class for compact serialization that requires a parameterized constructor, ensure that the class contains a default constructor.
In This Section
Non-Generic Registration
Explains how to register non-generic classes for Compact Serialization.
Non-Generic Unregistration
Explains how to unregister non-generic classes for Compact Serialization.
Generic Registration
Explains how to register generic classes for Compact Serialization.
Using Type Handler
Explains how to register generic classes for Compact Serialization using a generic type handler.