Class Reader


  • public class Reader
    extends java.lang.Object
    Reading object from serialised string.

    Single threaded - you cannot use this class from different threads

    • Constructor Summary

      Constructors 
      Constructor Description
      Reader​(ConvertRegistry convertRegistry, java.lang.String sourceStr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T read()  
      • Methods inherited from class java.lang.Object

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

      • Reader

        public Reader​(ConvertRegistry convertRegistry,
                      java.lang.String sourceStr)
    • Method Detail

      • read

        public <T> T read()