Class PlainDescriptor

    • Constructor Detail

    • Method Detail

      • readSerial

        protected void readSerial​(SerialUnmarshaller serialUnmarshaller,
                                  SerializableClass sc,
                                  java.lang.Object subject)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
        Specified by:
        readSerial in class Descriptor
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • doReadObject

        private void doReadObject​(SerialUnmarshaller serialUnmarshaller,
                                  SerializableClass sc,
                                  java.lang.Object subject)
                           throws java.lang.ClassNotFoundException,
                                  java.io.IOException
        Throws:
        java.lang.ClassNotFoundException
        java.io.IOException
      • defaultReadFields

        void defaultReadFields​(SerialUnmarshaller serialUnmarshaller,
                               java.lang.Object subject)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • getField

        java.io.ObjectInputStream.GetField getField​(SerialUnmarshaller serialUnmarshaller,
                                                    SerializableClass sc)
                                             throws java.io.IOException,
                                                    java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException