Interface WffBMData

All Superinterfaces:
Serializable, WffData
All Known Implementing Classes:
WffBMArray, WffBMNumberArray, WffBMObject

public interface WffBMData extends WffData
Since:
2.1.8
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    build(boolean outer)
    Deprecated.
    building bytes implementation doesn't throw UnsupportedEncodingException so deprecated this method.
    byte[]
    buildBytes(boolean outer)
     
     
  • Method Details

    • getBMType

      BMType getBMType()
      Returns:
      the BMType
      Since:
      2.1.8
    • build

      @Deprecated byte[] build(boolean outer) throws UnsupportedEncodingException
      Deprecated.
      building bytes implementation doesn't throw UnsupportedEncodingException so deprecated this method. The same goal can be achieved using buildBytes method.
      NB: use buildBytes instead of this method.
      Parameters:
      outer -
      Returns:
      the bytes representation of the object
      Throws:
      UnsupportedEncodingException - throwing this exception will be removed in future version because its internal implementation will never make this exception due to the code changes since 3.0.1.
      Since:
      2.1.8
    • buildBytes

      byte[] buildBytes(boolean outer)
      Parameters:
      outer -
      Returns:
      the bytes representation of the object
      Since:
      3.0.2