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
