I - the type of input symbolsM - the type of objects implementing classes can deserializepublic interface InputModelDeserializer<I,M extends SimpleTS<?,I>> extends ModelDeserializer<InputModelData<I,M>>
ModelDeserializer interface for arbitrary models that can react to inputs. Introduces a
new type variable for the input symbol type and limits the model type to SimpleTSs.readModel, readModel, readModel, readModelCopyright © 2018. All rights reserved.