Class RiverMarshallerFactory

java.lang.Object
org.jboss.marshalling.AbstractMarshallerFactory
org.jboss.marshalling.river.RiverMarshallerFactory
All Implemented Interfaces:
org.jboss.marshalling.MarshallerFactory

public class RiverMarshallerFactory extends org.jboss.marshalling.AbstractMarshallerFactory
The River marshaller factory implementation.
  • 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 int
     

    Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory

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

    Methods inherited from class java.lang.Object

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

    • RiverMarshallerFactory

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

    • createUnmarshaller

      public org.jboss.marshalling.Unmarshaller createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException
      Throws:
      IOException
    • createMarshaller

      public org.jboss.marshalling.Marshaller createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException
      Throws:
      IOException
    • getDefaultVersion

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