Interface BasicDeflatable<T>

Type Parameters:
T - the type which shall be deflated into a BasicInflatable object
All Known Implementing Classes:
AbsSumStateFactory, AggregationFormulaStateFactory, AggregationIndexStateFactory, AppendMinMaxByStateFactoryImpl, AvgStateFactory, CountByStateFactoryImpl, CountDistinctStateFactory, DistinctStateFactory, FirstByStateFactoryImpl, KeyOnlyFirstOrLastByStateFactory, LastByStateFactoryImpl, MinMaxByStateFactoryImpl, SelectDistinctStateFactoryImpl, StdStateFactory, SumStateFactory, TrackingFirstByStateFactoryImpl, TrackingLastByStateFactoryImpl, UniqueStateFactory, VarStateFactory, WeightedAverageStateFactoryImpl, WeightedSumStateFactoryImpl

public interface BasicDeflatable<T>
Implementations should return an inflatable object suitable for serialization so that the object can be inflated in the same state as the original object
  • Method Summary

    Modifier and Type Method Description
    BasicInflatable<T> deflate()