Class SafeRepresenter.RepresentByteArray

java.lang.Object
org.yaml.snakeyaml.representer.SafeRepresenter.RepresentByteArray
All Implemented Interfaces:
Represent
Enclosing class:
SafeRepresenter

protected class SafeRepresenter.RepresentByteArray extends Object implements Represent
  • Constructor Details

    • RepresentByteArray

      protected RepresentByteArray()
  • Method Details

    • representData

      public Node representData(Object data)
      Description copied from interface: Represent
      Create a Node
      Specified by:
      representData in interface Represent
      Parameters:
      data - the instance to represent
      Returns:
      Node to dump