Registry / serialization / roxml
library4.2.0rbrubygemsunverified

ROXML maps Ruby classes to XML using simple annotations, simplifying marshalling and unmarshalling.

gem install roxml
INSTALL
IMPORT
SIG · ROXML
R
roxml
serializationrubyv4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ROXML
require 'roxml'

Parse XML attributes into Ruby objects using ROXML.

require 'roxml' class Person include ROXML xml_name 'person' xml_reader :name, :from => '@name' end xml = '<person name="Alice"/>' person = Person.from_xml(xml) person.name # => 'Alice'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
roxml — gem install roxml · libregistry