Convert 'char' type to string column? #620
Answered
by
aloneguid
nRoger-Env
asked this question in
Q&A
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
aloneguid
Jun 13, 2025
Replies: 1 comment 1 reply
-
|
You can serialize it as a string or simply a number. Unfortunately there is no annotation to handle char specifically, but you can use JsonIgnore/JsonProperty pattern. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nRoger-Env
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can serialize it as a string or simply a number. Unfortunately there is no annotation to handle char specifically, but you can use JsonIgnore/JsonProperty pattern.