class WolfCore::InstanceApplicationSerializer

def as_json

def as_json
  attributes = serialized_attributes
  relationships = serialized_relationships
  attributes.merge(relationships)
end