Surrogate type with base class #881
Unanswered
AlleSchonWeg
asked this question in
Q&A
Replies: 1 comment
-
|
Thank you for bringing this to my attention. I thought about mixing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i have type which inherits from a base class. The base class and the derived class have a Marshaler:
And the IMarshaler implementations:
Th problem is on serialization:
the DerivedClassMarshaler is never called. Only the BaseClassMarshaler. Is this a bug? I need different surrogate types for BaseClass and DerivedClass.
Beta Was this translation helpful? Give feedback.
All reactions