Defining a Schema Class with a Derived Field

How would I define a Schema Class that included a derivedId field that is derived based on some of the other fields? Basically a getter that should be included in the encoded output.
Was this page helpful?