fix for spring boot rpc and it work with deterministic serialization

This commit is contained in:
Katelyn Baker
2018-07-10 14:05:25 +01:00
committed by Stefano Franz
parent 26d44eedf5
commit fa55221b66
20 changed files with 272 additions and 73 deletions

View File

@ -174,7 +174,6 @@ interface SerializationContext {
/**
* Helper method to return a new context based on this context with the deserialization class loader changed.
*/
@DeleteForDJVM
fun withClassLoader(classLoader: ClassLoader): SerializationContext
/**