module Property::Serialization::YAML

Use YAML to encode properties. This method is the slowest of all and you should use JSON if you haven’t got good reasons not to.

Public Class Methods

included(base) click to toggle source
# File lib/property/serialization/yaml.rb, line 6
def self.included(base)
  base.extend Encoder
end