85 86 87 88 89 90
# File 'lib/serega/plugins/root/root.rb', line 85 def serialize(_object) result = super root = build_root(result, opts) result = {root => result} if root result end