xml-mapping
There are 11 repositories under xml-mapping topic.
kgiszczak/shale
Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML.
gcharita/XMLMapper
A simple way to map XML to Objects written in Swift
beanio/beanio
BeanIO 3, a Java library for marshalling and unmarshalling bean objects from XML, CSV, delimited and fixed length stream formats.
mfatihercik/dsm
Declarative Stream Mapping (DSM) is a stream de/serializer library for XML and JSON. DSM allows you to make custom parsing, filtering, transforming, aggregating, grouping on any JSON or XML document at stream time(read only once).
kubagdynia/DapperMappers
.NET Core example of using Dapper with the custom Xml and Json mappers
kubagdynia/Dapper.CustomTypeHandlers
Dapper custom type handlers to serialize/deserialize objects to Xml and Json. Can be also used to map GUID to a string.
Kaapiii/c5_entities_with_xml_mapping
Example package registers doctrine entities with xml mapping information.
last-saiyan/xml-parser
simple xml parser
nfriaa/hibernate-tutorial2
Hibernate tutorial 2 : XML Mapping
zmousa/simple-jaxb-example
Simple JAXB example