In Files

Cerealize::InstanceMethods

Public Instance Methods

cerealize_decode(property, value) click to toggle source
    # File lib/cerealize.rb, line 62
62:     def cerealize_decode property, value
63:       opt = self.class.cerealize_option[property]
64:       Cerealize.decode( value, opt[:force_encoding] && opt[:codec] )
65:     end
cerealize_encode(property, value) click to toggle source
    # File lib/cerealize.rb, line 67
67:     def cerealize_encode property, value
68:       opt = self.class.cerealize_option[property]
69:       Cerealize.encode( value, opt[:codec] )
70:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.