diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-05-07 22:39:54 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-08 00:50:39 -0400 |
commit | b3e99d33990119276e895909ff8a3aa176cf8a2e (patch) | |
tree | cbc1d125f2f30f7d1d111761448bb598742fe120 /tests/services | |
parent | 3f9a12dc082b20426fc740416601b69ea1897193 (diff) |
services: configuration: Allow specifying a custom serializer.
In some cases, rather than globally disabling serialization, it may be more
appropriate to disable or otherwise alter the serialization procedure of a
specific field. In large module, multiple configurations may also exist that
would need to alter the default serialization procedure, which is named after
the field type. Being able to specify a per-field serialization procedure
provides more flexibility.
* gnu/services/configuration.scm (define-configuration): Add an optional
pattern variable to allow specifying a custom serialization procedure.
(define-configuration-helper) <field-serializer>: Use it to transform the
syntax.
(empty-serializer): New procedure.
(serialize-package): Alias to ‘empty-serializer’.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'tests/services')
0 files changed, 0 insertions, 0 deletions