Interface ByteBuddyCrossClassLoaderSerializationSupport.CrossClassLoaderSerializableMock
-
- Enclosing class:
- ByteBuddyCrossClassLoaderSerializationSupport
public static interface ByteBuddyCrossClassLoaderSerializationSupport.CrossClassLoaderSerializableMock
Simple interface that hold a correctwriteReplace
signature that can be seen by anObjectOutputStream
. It will be applied before the creation of the mock when the mock setting says it should serializable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
writeReplace()
-