Class SerialMarshallerFactory

java.lang.Object
org.jboss.marshalling.AbstractMarshallerFactory
org.jboss.marshalling.serial.SerialMarshallerFactory
All Implemented Interfaces:
org.jboss.marshalling.MarshallerFactory

public final class SerialMarshallerFactory extends org.jboss.marshalling.AbstractMarshallerFactory implements org.jboss.marshalling.MarshallerFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
    Construct a new instance of a River marshaller factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.marshalling.Marshaller
    createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)
     
    org.jboss.marshalling.Unmarshaller
    createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)
     
    protected org.jboss.marshalling.StreamHeader
     
    protected int
     

    Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory

    getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultObjectResolver, getDefaultObjectTable, getMinimumBufferSize

    Methods inherited from class java.lang.Object

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

    • SerialMarshallerFactory

      public SerialMarshallerFactory()
      Construct a new instance of a River marshaller factory.
  • Method Details

    • getDefaultStreamHeader

      protected org.jboss.marshalling.StreamHeader getDefaultStreamHeader()
      Overrides:
      getDefaultStreamHeader in class org.jboss.marshalling.AbstractMarshallerFactory
    • getDefaultVersion

      protected int getDefaultVersion()
      Overrides:
      getDefaultVersion in class org.jboss.marshalling.AbstractMarshallerFactory
    • createUnmarshaller

      public org.jboss.marshalling.Unmarshaller createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException
      Specified by:
      createUnmarshaller in interface org.jboss.marshalling.MarshallerFactory
      Throws:
      IOException
    • createMarshaller

      public org.jboss.marshalling.Marshaller createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException
      Specified by:
      createMarshaller in interface org.jboss.marshalling.MarshallerFactory
      Throws:
      IOException