instant-labs / instant-xml

11 stars 3 forks source link

Remaining changes to support epp-client port (in particular, inline mode) #36

Closed djc closed 1 year ago

djc commented 1 year ago

Inline mode can be used for (de)serializing a group of elements together, without wrapping it in a shared parent element. This is necessary for EPP extensions, where we sometimes need to deal with multiple extensions inside an <extension> tag.

@valkum I can imagine you don't want to do a very detailed review of this, but please look at the test cases and see if things conceptually make sense to you. These are the remaining changes needed to get the instant-epp tests to pass.

djc commented 1 year ago

Maybe transparent or synthetic is a better name?

Renamed it to transparent to mirror serde.

We also should invest some time into docs and examples.

Yup, that's next on my list.