Class: Moneta::Transforms::Ox

Inherits:
Moneta::Transform::Serializer show all
Defined in:
lib/moneta/transforms/ox.rb

Overview

Serializes objects to XML using the ox gem. See https://github.com/ohler55/ox#object-xml-format for details of the format.

Method Summary

Methods inherited from Moneta::Transform::Serializer

#decodable?, #decode, delegate_to, #encode, #initialize, #serialize

Methods inherited from Moneta::Transform

#decodable?, #decode, delegate_to, #encode, #initialize, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from Moneta::Transform::Serializer

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Moneta::Transform