Class SerializerUtils


  • public class SerializerUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializerUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void serializeHashXml​(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator toXmlGenerator, Hash hash)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializerUtils

        public SerializerUtils()
    • Method Detail

      • serializeHashXml

        public static void serializeHashXml​(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator toXmlGenerator,
                                            Hash hash)
                                     throws java.io.IOException
        Throws:
        java.io.IOException