Package com.inductiveautomation.ignition.gateway.cluster


package com.inductiveautomation.ignition.gateway.cluster
  • Class
    Description
    This ObjectInputStream will use the defined alias class when deserializing, or if not defined or class doesn't match alias, then this ObjectInputStream will deserialize using the local class descriptor if the descriptor from the serialized stream doesn't have an identical serial version UID.
     
     
    This ObjectInputStream first tries the normal method of locating classes that it's deserializing, but if it can't find them, it goes to the modules to resolve them.