Class: KyotoTycoon::Serializer::Default
- Inherits:
-
Object
- Object
- KyotoTycoon::Serializer::Default
- Defined in:
- lib/kyototycoon/serializer/default.rb
Class Method Summary collapse
Class Method Details
.decode(str) ⇒ Object
10 11 12 |
# File 'lib/kyototycoon/serializer/default.rb', line 10 def self.decode(str) str end |
.encode(obj) ⇒ Object
6 7 8 |
# File 'lib/kyototycoon/serializer/default.rb', line 6 def self.encode(obj) obj end |