registering PDX type in type registry with Geode C# native client
问题 I am trying to implement a very simple PDX autoserialization in Geode. I've created a domain class of my own with a zero arg constructor: public class TestPdx { public string Test1 { get; set; } public string Test2 { get; set; } public string Test3 { get; set; } public TestPdx() { } } Now I want this class to auto serialize. I start a server cache with the following cache.xml where I attempt to register this type for auto PDX: <?xml version="1.0" encoding="UTF-8"?> <cache xmlns:xsi="http:/