Package org.apache.uima
Interface UimaSerializableFSs
- All Superinterfaces:
UimaSerializable
- All Known Implementing Classes:
FSArrayList
,FSHashSet
,FSLinkedHashSet
,Int2FS
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 Summary
Modifier and TypeMethodDescriptiondefault void
This method is called by the framework when the framework needs to locate referenced FSs.Methods inherited from interface org.apache.uima.UimaSerializable
_init_from_cas_data, _reset_cas_data, _save_to_cas_data, _superClone, clone
-
Method Details
-
_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
-