Hello, Thank you for the clarification. It wasn't clear for me that [Serializable] was a priority factor when choosing the serializer. But I was asking about *DefaultSerializer* setting. Now I removed the [Serializable] attribute and I'm getting another error (without having explicit TypeConfiguration):
--- Exception thrown: 'Apache.Ignite.Core.Binary.BinaryObjectException' in Apache.Ignite.Core.dll Additional information: Unsupported object type [type=IgniteSerialization.Thing, object=IgniteSerialization.Thing] --- Again: I assume that when you set DefaultSerializer, don't use [Serializable] attribute and don't set any specific TypeConfiguration for any type, it should be equivalent to setting TypeConfiguration with this serializer to *all* types. Otherwise I don't understand what DefaultSerializer is supposed to represent. Can anyone clarify on that? Thank you! Alexey Larchenko -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/No-cache-SQL-queries-possible-with-Default-Serializer-set-to-BinaryReflectiveSerializer-tp7262p7266.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.