Annotation Type AbstractColumnSource.IsSerializable


@Retention(RUNTIME)
public static @interface AbstractColumnSource.IsSerializable
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 
    Modifier and Type Optional Element Description
    boolean value  
  • Element Details

    • value

      boolean value
      Default:
      false