Interface ObjectSerializer


  • public interface ObjectSerializer
    Deprecated.
    there is no replacement for this interface
    Interface describing methods for serializing an object to a string.
    • Method Detail

      • serialize

        void serialize​( obj,
                        buf)
        Deprecated.
        Serializes obj into buf.
        Parameters:
        obj - object to serialize
        buf - buffer to serialize into
      • serialize

         serialize​( obj)
        Deprecated.
        Serializes obj.
        Parameters:
        obj - object to serialize
        Returns:
        the serialized object