Package io.deephaven.enterprise.compatibility.shadow
package io.deephaven.enterprise.compatibility.shadow
-
ClassesClassDescriptionThis class contains static methods and fields that help in converting serialized non-shadowed enterprise types into their shadowed packages before they're classloadedEnterprise makes extensive use of Java serialization through WObjectOutput/InputStream.Enterprise makes extensive use of Java serialization through WObjectOutput/InputStream.An
ObjectCodec
implementation forSerializable
object that internally uses aShadowingObjectInputStream
to automatically replace detected shadowed classes in the object stream with their shadowed versions.