Hi all,
I have seen that BJS objects can be serialized/deserialized. How do you handle changes to those classes? Does the schema have a version so that the deserializer can detect old data formats?
Hi all,
I have seen that BJS objects can be serialized/deserialized. How do you handle changes to those classes? Does the schema have a version so that the deserializer can detect old data formats?
nope, at worse if we introduce a change we will make sure the new version will still look at the previous way.
We had only a couple of times as the schema mostly match the data structure which we are locking for back compat.