Namespace Tangosol.IO.Pof.Annotation
Classes
Portable
Portable marks a class as being eligible for use by a PofAnnotationSerializer. This annotation is only permitted at the class level and is a marker annotation with no members. The following class illustrates how to use Portable and PortableProperty annotations.
PortableProperty
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.