# Annotation: com.pnfsoftware.jeb.util.serialization.annotations.SerCustomRead

This annotation was used for custom deserialization. The [SerId](SerId) annotations are disregarded, as the custom reader is responsible for restoring the object state. 

 Required prototype:  

```

 private void load(DeserializerHelper reader) [throws IOException, SerialiationException]
 
```
  Note that the visibility MUST be private to make sure that sub\-classes do not accidentally override a custom reader method of a super\-class.

