Method: Formotion::Base#encodeWithCoder
- Defined in:
- lib/formotion/base.rb
#encodeWithCoder(encoder) ⇒ Object
NSCoding + NSCopying
38 39 40 41 42 |
# File 'lib/formotion/base.rb', line 38 def encodeWithCoder(encoder) self.class.const_get(:SERIALIZE_PROPERTIES).each {|prop| encoder.encodeObject(self.send(prop), forKey: prop.to_s) } end |