Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Defines the methods that model managers have to implement.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public interface ISessionModelManager

Remarks

Model manager is responsible for model serialization and deserialization. Session provider simply delegates all the calls to a configured instance of model manager.

See Also