Class Deserializer


  • public class Deserializer
    extends java.lang.Object
    Event deserializer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private JsonReader input  
    • Constructor Summary

      Constructors 
      Constructor Description
      Deserializer​(java.io.InputStream is, java.lang.ClassLoader refLoader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IEvent deserialize()  
      • Methods inherited from class java.lang.Object

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

      • Deserializer

        public Deserializer​(java.io.InputStream is,
                            java.lang.ClassLoader refLoader)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • deserialize

        public IEvent deserialize()
                           throws java.io.IOException
        Throws:
        java.io.IOException