Interface DecoderProperties

All Known Implementing Classes:
ProtoDecoderProperties

public interface DecoderProperties
  • Field Details

  • Method Details

    • getEncodeFlags

      Integer getEncodeFlags()
    • getBitCount

      Integer getBitCount()
    • getLowValue

      Float getLowValue()
    • getHighValue

      Float getHighValue()
    • getEncoderType

      String getEncoderType()
    • getEncodeFlagsOrDefault

      int getEncodeFlagsOrDefault(int defaultValue)
    • getBitCountOrDefault

      int getBitCountOrDefault(int defaultValue)
    • getLowValueOrDefault

      float getLowValueOrDefault(float defaultValue)
    • getHighValueOrDefault

      float getHighValueOrDefault(float defaultValue)
    • getPolymorphicTypes

      SerializerId[] getPolymorphicTypes()