Interface Writable<T>

Type Parameters:
T - the target type

public interface Writable<T>
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(org.jboss.marshalling.Marshaller marshaller, T object)
     
  • Method Details

    • write

      void write(org.jboss.marshalling.Marshaller marshaller, T object) throws IOException
      Throws:
      IOException