What is the App.Config replacement to enable the following c# code in the
documents or this can be only done in C# code

var binaryConfiguration = new BinaryConfiguration
{
    TypeConfigurations = new[]
    {
        new BinaryTypeConfiguration(typeof(MyClass))
        {
            Serializer = new BinaryReflectiveSerializer {RawMode = true}
        }
    }
};



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Enable-Binary-Reflective-Serializer-in-the-app-config-tp5819.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to