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
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
hi. very good lib! save my day or more :)
so i have question:
have XML:
<root>
<sub>
<ssub>.....</ssub>
</sub>
</root>
for deserialize i have made custom class in class (ssub in sub)
but i don`t need SUB to deserialize (realy need result like root -> ssub)
can i notice source to deserialize in that behaviour?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi. very good lib! save my day or more :)
so i have question:
have XML:
for deserialize i have made custom class in class (ssub in sub)
but i don`t need SUB to deserialize (realy need result like root -> ssub)
can i notice source to deserialize in that behaviour?
The text was updated successfully, but these errors were encountered: