JaSerializer.Builder.Relationship

Builds up relationship data based on passed in options.

has_one :author,

link: "/articles/:id/author",
type: "people"

has_one :author,

link: :author_link
Source

Summary

build(context)

Functions

build(context)
Source