Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
IPofSerializer implementation that supports the serialization and deserialization of an IPrincipal to and from a POF stream.

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

Syntax

C#
public class PrincipalPofSerializer : IPofSerializer

Remarks

Only the IIdentity associated with the IPrincipal is serialized. All role information encapsulated by the IPrincipal is considered transient.

The PrincipalPofSerializer can serialize any IPrincipal implementation to a POF stream; however, the IPrincipal returned during deserialization is always an instance of SimplePrincipal with an empty role array.

Inheritance Hierarchy

System..::..Object
  Tangosol.IO.Pof..::..PrincipalPofSerializer

See Also