enumer icon indicating copy to clipboard operation
enumer copied to clipboard

Add support for XML and XML Attribute marshalling

Open 0xfrej opened this issue 2 years ago • 0 comments

This PR aims to add support for generating XML and XML attribute marshaler and unmarshaler methods by adding two separate flags. xml and xmlattr to the generator option list.

I wanted to keep them as a separate option in case one would want to prohibit to marshal the generated enum into the other XML type.

0xfrej avatar Jul 29 '23 09:07 0xfrej