Package com.illumon.iris.db.v2.sources
Annotation Interface AbstractColumnSource.IsSerializable
- Enclosing class:
- AbstractColumnSource<T>
We have a fair bit of internal state that must be serialized, but not all of our descendants in the class
hierarchy should actually be sent over the wire. If you are implementing a class that should allow this to be
serialized, then you must annotate it with an IsSerializable annotation, containing a value of true.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
boolean value- Default:
- false
-