Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Defines the methods that model managers have to implement.

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

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