public abstract @interface

Ser

implements Annotation
com.pnfsoftware.jeb.util.serialization.annotations.Ser

Class Overview

Mark a type as serializable by the PNF-ORPD mechanism. If the type to be made serializable does not inherit from Object, it must also have an accessible no-argument constructor (optionally marked @SerConstructor).

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation