serialization :: E :: id
With the RestrictedSerializer
, references to E
objects will be replaced with id
-based information.
This avoid to duplicate or enlarge the information cross-call wise.
A future API/REST call can then request the missing object from its identifier.
# The semantic business identifier.
#
# With the `RestrictedSerializer`, references to `E` objects will be replaced with `id`-based information.
# This avoid to duplicate or enlarge the information cross-call wise.
#
# A future API/REST call can then request the _missing_ object from its identifier.
var id: String
lib/serialization/examples/custom_serialization.nit:44,2--50,15