Interface IObjectPickler


  • public interface IObjectPickler
    Interface for Object Picklers used by the pickler, to pickle custom classes.
    Author:
    Irmen de Jong (irmen@razorvine.net)
    • Method Detail

      • pickle

        void pickle​(java.lang.Object o,
                    java.io.OutputStream out,
                    Pickler currentPickler)
             throws PickleException,
                    java.io.IOException
        Pickle an object.
        Throws:
        PickleException
        java.io.IOException