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
// 64bit integer types are marshaled as string in the default JSONPb marshaler.
// TODO(yugui) Add an option to declare 64bit integers as int64.
I see the above comment in code., but just wondering is there a way to generate swagger docs with int64 proto type to integer instead of string?
The text was updated successfully, but these errors were encountered:
I'm not sure this is an appropriate change as we don't currently have a way to expose marshaler customization to the swagger generation path -- I'm open to an issue that represents that but until then I don't consider this a problem.
// 64bit integer types are marshaled as string in the default JSONPb marshaler.
// TODO(yugui) Add an option to declare 64bit integers as int64.
I see the above comment in code., but just wondering is there a way to generate swagger docs with int64 proto type to integer instead of string?
The text was updated successfully, but these errors were encountered: