Regular Java `transient` keyword should suffice. Add it to all fields that shouldn't be serialized.
Alan Ward wrote > Is there a way (preferably annotation-based) to exclude certain fields in > user-defined model classes from Ignite (cache, query, etc.), similar to > how > Jackson has a @JsonIgnore annotation to exclude a field from > serialization/deserialization. > > Thanks, > Alan -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
