You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by ezhuravlev <e....@gmail.com> on 2017/08/01 18:44:51 UTC

Re: Can not deserialize ignite cache expired event's oldValue

Hi,

You've got instance of BinaryObject, not instance of
com.coupang.ignite.fds.model.DiscountCouponOrderItem.

To get instance of this class you need to deserialise BinaryObject value by
invoking oldVal.deserialize()

Evgenii



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-not-deserialize-ignite-cache-expired-event-s-oldValue-tp15848p15870.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.