-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deserialization of implementations of interface T with a custom s…
…erializer If the implementation is a pointer, and the pointer type is not a named type but the pointed at type is, the serialization layer incorrectly returns the interface type T when deserializing the implementation of type T. Fix the issue by keeping just enough type information on the opaque types to be able to recreate the right type at deser time.
- Loading branch information
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters