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
Summary↑
build(context) |
Builds up relationship data based on passed in options.
has_one :author,
link: "/articles/:id/author",
type: "people"
has_one :author,
link: :author_link
build(context) |