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
Just missing the "standard" code for serialization / deserialiation of my object based on its reference without inistantiate it. Have I to duplicate all code or maybe there is a magic function to do this?
Thanks a lot.
Christof
The text was updated successfully, but these errors were encountered:
Hi,
thanks for the project, here is my code to redefine the converter for an abstract class.
`public class PayloadConverter: fsDirectConverter {
protected override fsResult DoSerialize(Payload model, Dictionary<string, fsData> serialized) {
serialized.Add("type", new fsData("add"));
}`
Just missing the "standard" code for serialization / deserialiation of my object based on its reference without inistantiate it. Have I to duplicate all code or maybe there is a magic function to do this?
Thanks a lot.
Christof
The text was updated successfully, but these errors were encountered: