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
Sorry if this is not the correct place for this question.
I have a need to consume a source DB table data to JSON, convert it to Proto and send it over the wire. I'm not sure if I missed a step, but if I have an enum with the string literal defined in the JSON the BinaryWriter chokes on it. Having the numeric value in the JSON it converts fine and the BinaryWriter does fail. Is there an example you can point to on how to properly consume JSON with string literals as the enum value?
The text was updated successfully, but these errors were encountered:
Sorry if this is not the correct place for this question.
I have a need to consume a source DB table data to JSON, convert it to Proto and send it over the wire. I'm not sure if I missed a step, but if I have an enum with the string literal defined in the JSON the BinaryWriter chokes on it. Having the numeric value in the JSON it converts fine and the BinaryWriter does fail. Is there an example you can point to on how to properly consume JSON with string literals as the enum value?
The text was updated successfully, but these errors were encountered: