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:
private void save(SerializerHelper writer) [throws IOException]
Note that the visibility MUST be private to make sure that sub-classes do not accidentally override a custom writer method of a super-class.
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |