Class SerialMarshallerFactory

  • All Implemented Interfaces:
    org.jboss.marshalling.MarshallerFactory

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

      • SerialMarshallerFactory

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

      • 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