Interface UimaSerializableFSs

  • All Superinterfaces:
    UimaSerializable
    All Known Implementing Classes:
    FSArrayList, FSHashSet, FSLinkedHashSet, Int2FS

    public interface UimaSerializableFSs
    extends UimaSerializable
    This interface is implemented by JCas classes that need to be called by the framework when a serialization is about to happen where the _save_to_cas_data() method update Features which have references to Feature Structures
    • Method Detail

      • _save_fsRefs_to_cas_data

        default void _save_fsRefs_to_cas_data()
        This method is called by the framework when the framework needs to locate referenced FSs. The implementation should save FS references into normal Features of this JCas class