Igniters, Currently we don't have binary mode (withKeepBinary) in Data Structures (Queue, AtomicReference). Are there any plans for implementing this, or may be a workaround?
Lack of binary mode prevents us from implementing IgniteQueue in .NET (.NET types in most cases can't be deserialized in Java). AtomicReference is already implemented, and it works because values are wrapped in GridCacheAtomicReferenceValue. So there is inconsistent behavior between data structures. Thoughts? -- -- Pavel Tupitsyn GridGain Systems, Inc. www.gridgain.com
