Moved RMI specific API into RMI interface

This commit is contained in:
nathan 2016-03-06 23:59:40 +01:00
parent 103d4c020c
commit 61014779dd

View File

@ -95,16 +95,6 @@ interface SerializationManager {
*/
Object readFullClassAndObject(final Logger logger, final Input input) throws IOException;
/**
* Borrows a kryo from the threadsafe pool. You must release it back to the pool when done.
*/
Kryo take() throws InterruptedException;
/**
* Releases the kryo back to the threadsafe pool
*/
void release(Kryo kryo);
/**
* Called when initialization is complete. This is to prevent (and recognize) out-of-order class/serializer registration.
*/