java - How to use Kryo with RMI -


i see lot of questions if kryo can used replace default jvm serialization rmi uses, nothing in way of how set up. i've heard kryo "drop-in" replacement jvm serialization, , not sure if means can swap out jars runtime classpath (as case slf4j bindings, etc.), or else.

so ask: how rmi using kryo instead of default jvm serialization java ships with? in advance!

kryo not drop-in replacement java object serialization: new api; , rmi cannot made use it.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -