Re: BinaryCasSerDes6 changes

BinaryCasSerDes6 has many public constructors, which are variants but end up
calling one common constructor.
This update changes the the arg list for the common constructor, which means any
callers of this need updating.  Since this is a public API, it's possible that
this change could affect some existing non-uima-framework code.

How about keeping this the same public API, but adding a new API with the extra
argument?  That one would best be made "private", I think.
-----------------
An exception is thrown if a call is made with the storeTsi flag on and a type
filtering type system is provided.  It seems this, in general, would be quite
reasonable and trivial to support (just serialize the type filtering type system
instead)?

-Marshall

Reply via email to