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
i have trouble serializing (and deserializing) the Strings. I'd like to serialize string like "<hello>" into same text, but i keep getting "<hello>".
Is this possible currently with YaSerDe either directly, or with some workaround (excluding hard reverse transform on resulting big xml string where it can affect also original/intended <s / >s)?
I understand the tranform due to html/xml displaying etc., but e.g. use-cases where XML messages are being built/processed on String level require ability to pass around strings without any implicit magic.
(e.g pre-defined XML structure, with general inner payload of huge/nested subtree that is of no interest to be typed on the "client" side)
Thanks for clarification - great work/crate!
The text was updated successfully, but these errors were encountered:
RustyJoeM
changed the title
possibility to serialize/deserialize xml tags unchanged
possibility to serialize/deserialize xml tags in strings unchanged
Apr 7, 2022
Hello,
i have trouble serializing (and deserializing) the Strings. I'd like to serialize string like "
<hello>
" into same text, but i keep getting "<hello>
".Is this possible currently with YaSerDe either directly, or with some workaround (excluding hard reverse transform on resulting big xml string where it can affect also original/intended
<
s />
s)?I understand the tranform due to html/xml displaying etc., but e.g. use-cases where XML messages are being built/processed on String level require ability to pass around strings without any implicit magic.
(e.g pre-defined XML structure, with general inner payload of huge/nested subtree that is of no interest to be typed on the "client" side)
Thanks for clarification - great work/crate!
The text was updated successfully, but these errors were encountered: