public abstract @interface

SerCustomInit

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

Class Overview

This annotation is used to initialize an object after its fields have been deserialized. SerCustomRead could be used instead, but this method is better suited and simpler to use if standard field deserialization took place, and all that's needed is a post-deserialization initializer.

 [any_visibility] void init()
 

Any visibility qualifier is accepted.

Summary

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