Method: Wiris::Serializer.run
- Defined in:
- lib/src-generic/Serializer.rb
.run(o) ⇒ Object
79 80 81 82 83 |
# File 'lib/src-generic/Serializer.rb', line 79 def self.run(o) s = Serializer.new() s.serialize(o) return s.toString() end |
79 80 81 82 83 |
# File 'lib/src-generic/Serializer.rb', line 79 def self.run(o) s = Serializer.new() s.serialize(o) return s.toString() end |