We do not want to have dependency on Ignite in our domain subsystem so implementing Binarylizable is not an option (at the moment). Reading documentation i found Ignite honors readResolve and writeReplace methods which should work for my case. However in Ignite documentation says readResolve is defined as follows: ANY-ACCESS-MODIFIER Object readResolve(). and java 8 doc says ANY-ACCESS-MODIFIER Object readResolve() throws ObjectStreamException;
the difference is in throws declaration. Does it makes difference to Ignite is there a throw clause or not? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Do-not-store-javax-persistence-Transient-fields-tp15604p15681.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
