Class CheckUidAttributeSerializer

java.lang.Object
com.e1c.g5.v8.dt.check.suppress.internal.bm.CheckUidAttributeSerializer
All Implemented Interfaces:
IBmAttributeSerializer

public final class CheckUidAttributeSerializer extends Object implements IBmAttributeSerializer
Attribute serializer for CheckUid
  • Constructor Details

    • CheckUidAttributeSerializer

      public CheckUidAttributeSerializer()
  • Method Details

    • getSupportedDataType

      public org.eclipse.emf.ecore.EDataType getSupportedDataType()
      Description copied from interface: IBmAttributeSerializer
      Gets supported data type.
      Specified by:
      getSupportedDataType in interface IBmAttributeSerializer
      Returns:
      the supported data type, never null.
    • serialize

      public void serialize(Object value, org.eclipse.emf.ecore.EAttribute attribute, DataOutput out) throws IOException
      Description copied from interface: IBmAttributeSerializer
      Serializes attribute value.
      Specified by:
      serialize in interface IBmAttributeSerializer
      Parameters:
      value - The value to serialize. May not be null.
      attribute - The attribute. May not be null.
      out - The data output to write the serialized value to. May not be null.
      Throws:
      IOException - if any I/O error occurs.
    • deserialize

      public Object deserialize(org.eclipse.emf.ecore.EAttribute attribute, DataInput in) throws IOException
      Description copied from interface: IBmAttributeSerializer
      Deserializes attribute value.
      Specified by:
      deserialize in interface IBmAttributeSerializer
      Parameters:
      attribute - The attribute. May not be null.
      in - The data input to read the serialized value from. May not be null.
      Returns:
      the deserialized value, never null.
      Throws:
      IOException - if any I/O error occurs.