Class SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext

  • All Implemented Interfaces:
    org.kie.api.marshalling.ObjectMarshallingStrategy.Context
    Enclosing class:
    SerializablePlaceholderResolverStrategy

    protected static class SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext
    extends java.lang.Object
    implements org.kie.api.marshalling.ObjectMarshallingStrategy.Context
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.Object> data  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void read​(java.io.ObjectInputStream ois)  
      void write​(java.io.ObjectOutputStream oos)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        public java.util.List<java.lang.Object> data
    • Constructor Detail

      • SerializablePlaceholderStrategyContext

        protected SerializablePlaceholderStrategyContext()
    • Method Detail

      • read

        public void read​(java.io.ObjectInputStream ois)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
        Specified by:
        read in interface org.kie.api.marshalling.ObjectMarshallingStrategy.Context
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • write

        public void write​(java.io.ObjectOutputStream oos)
                   throws java.io.IOException
        Specified by:
        write in interface org.kie.api.marshalling.ObjectMarshallingStrategy.Context
        Throws:
        java.io.IOException