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
Post a Comment