| com.pnfsoftware.jeb.util.serialization.annotations.SerCustomWrite |
This annotation is used for custom serialization. The SerId annotations are disregarded,
as the custom writer is responsible for persisting the object state. Accepted prototype:
void save(SerializerHelper writer) throws IOException
Any visibility qualifier is accepted.
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
| |||||||||||