Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
A PortableProperty marks a member variable or method accessor as a POF serialized attribute. Whilst the Index and ICodec can be explicitly specified they can be determined by classes that use this annotation. Hence these attributes serve as hints to the underlying parser.

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

Syntax

C#
public class PortableProperty : Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Tangosol.IO.Pof.Annotation..::..PortableProperty

See Also