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
However, during compilation, I am getting the error Serializer for element of type Example has not been found. Going by this, I need to create another custom serializer but this time for Example, which I have done the same way as I did for AnotherExample class. Problem is, how do I link the two given they are both 3rd party classes?
The text was updated successfully, but these errors were encountered:
I have a third party class that is generated as the following
I want to serialize the class AnotherExample so I am doing it as below
However, during compilation, I am getting the error
Serializer for element of type Example has not been found
. Going by this, I need to create another custom serializer but this time for Example, which I have done the same way as I did for AnotherExample class. Problem is, how do I link the two given they are both 3rd party classes?The text was updated successfully, but these errors were encountered: