Binary marshaller already provides very compact serialization protocol,
Binarylizable will not help here, unless you want to sacrifice some of the
functionality (like SQL queries, for example). Binarylizable should be used
when you have some kind of a custom logic for serialization (if-else or
something like that). It's similar to Externaliable in Java.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Binarylizable-interface-in-apache-ignite-tp9078p9091.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to