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
Hi, I wanted to see if this project was still maintained?
I noticed that your protocol buffer formatters will let me specify a Surrogate for the Incoming types, but the outgoing formatters do not have such an option. Our project returns an object with a DateTimeOffset and requires a surrogate to serialize it. I've got working code that copies your surrogate configuration from the Input formatter to the Output formatter. If there's interest, I'm happy to submit a PR for it.
The text was updated successfully, but these errors were encountered:
Hi, I wanted to see if this project was still maintained?
I noticed that your protocol buffer formatters will let me specify a Surrogate for the Incoming types, but the outgoing formatters do not have such an option. Our project returns an object with a
DateTimeOffset
and requires a surrogate to serialize it. I've got working code that copies your surrogate configuration from the Input formatter to the Output formatter. If there's interest, I'm happy to submit a PR for it.The text was updated successfully, but these errors were encountered: