Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/ruby-fs-stack/enunciate/identity.rb,
lib/ruby-fs-stack/enunciate/familytree.rb
Overview
adding necessary json serialization methods to standard classes.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.from_json(o) ⇒ Object
12 13 14 |
# File 'lib/ruby-fs-stack/enunciate/identity.rb', line 12 def self.from_json o return o end |
Instance Method Details
#to_jaxb_json_hash ⇒ Object
9 10 11 |
# File 'lib/ruby-fs-stack/enunciate/identity.rb', line 9 def to_jaxb_json_hash return self end |