Pof Serialization language interoperability (Java - .NET)
938865Jun 25 2012 — edited Jun 26 2012We have been seeing an issue with serializing and deserializing Pof objects between languages.
Without <references-enabled>, we can serialize and deserialize in both directions
With <references-enabled> true, we can serialise in .NET and deserialize in Java, but not the other way round. This means that objects serialized in .Net and updated with an entry processor can not be deserialized back in .Net.
Luckily we dont need to have references-enabled at the moment, but this may change in the future..
Has anyone seen this issue before? is it a known bug?