You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The YapDatabase.registerDefaultSerializer() and YapDatabase.registerDefaultDeserializer() functions both register the object serializer/deserializer and the metadata serializer/deserializer despite the fact that the documentation states that they only register the object serializer/deserializer.
I'm not sure what the best behaviour would be. Existing code may depend on this functionality, so perhaps the documentation should just be updated to reflect reality. But there is no way to set (or clear) the default metadata serializer/deserializer.
For us the workaround is to not use the default and just explicitly configure the serializer/deserializer for each collection.
The text was updated successfully, but these errors were encountered:
The YapDatabase.registerDefaultSerializer() and YapDatabase.registerDefaultDeserializer() functions both register the object serializer/deserializer and the metadata serializer/deserializer despite the fact that the documentation states that they only register the object serializer/deserializer.
I'm not sure what the best behaviour would be. Existing code may depend on this functionality, so perhaps the documentation should just be updated to reflect reality. But there is no way to set (or clear) the default metadata serializer/deserializer.
For us the workaround is to not use the default and just explicitly configure the serializer/deserializer for each collection.
The text was updated successfully, but these errors were encountered: