-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
affects-serializationSerialization-related issueSerialization-related issueminor-changeMinor changes requiredMinor changes required
Description
An issue came up when upgrading Cache Tower around the DbCachedEntry and the property of type object. The problem seems to be that when potentially creating an update model, it registers the type with the driver and skips any registration through MongoFramework.
Simply by calling BsonSerializer.LookupSerializer(typeof(object)) can cause this behaviour. I can't change that but maybe I can do something even earlier to register the driver abstraction rules.
Details when the issue was discovered in Cache Tower: TurnerSoftware/CacheTower#231 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-serializationSerialization-related issueSerialization-related issueminor-changeMinor changes requiredMinor changes required