bhftbootcamp / Serde.jl

Serde is a Julia library for (de)serializing data to/from various formats. The library offers a simple and concise API for defining custom (de)serialization behavior for user-defined types
Apache License 2.0
42 stars 7 forks source link

Implement XML deserialization #2

Closed gryumov closed 4 months ago

gryumov commented 5 months ago

Implement XML deserialization

Description

XML Deserialization is currently marked as 'planned' in our project. This feature is crucial for users who work with XML data formats and expect our tool to support deserialization from XML

Tasks

Libs

EzXML LightXML