Java to C#
#47
-
Hello, what would be the best way to convert this code to C#? |
Beta Was this translation helpful? Give feedback.
Answered by
zubri
Nov 9, 2022
Replies: 1 comment
-
The model uses JAXB annotations for marshaling/unmarshalling, so I don't think a direct C# migration would work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zubri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The model uses JAXB annotations for marshaling/unmarshalling, so I don't think a direct C# migration would work.
Also notice this project depends on some API from the Prowide Core library, so you would need to port that one as well. And also the third-party library dependencies.