Class SerialUnmarshaller

    • Method Detail

      • clearInstanceCache

        public void clearInstanceCache()
                                throws IOException
        Specified by:
        clearInstanceCache in interface org.jboss.marshalling.Unmarshaller
        Throws:
        IOException
      • clearClassCache

        public void clearClassCache()
                             throws IOException
        Specified by:
        clearClassCache in interface org.jboss.marshalling.Unmarshaller
        Throws:
        IOException
      • start

        public void start​(org.jboss.marshalling.ByteInput byteInput)
                   throws IOException
        Specified by:
        start in interface org.jboss.marshalling.Unmarshaller
        Overrides:
        start in class org.jboss.marshalling.AbstractUnmarshaller
        Throws:
        IOException
      • finish

        public void finish()
                    throws IOException
        Specified by:
        finish in interface org.jboss.marshalling.Unmarshaller
        Overrides:
        finish in class org.jboss.marshalling.AbstractUnmarshaller
        Throws:
        IOException
      • descriptorForClass

        public org.jboss.marshalling.serial.Descriptor descriptorForClass​(Class<?> clazz)