serialization_element
Represents a serialized key/value element.
Target
Signature
1serialization_element(key, value)Represents a serialized key/value element.
serialization_element constructs or identifies a LaiRu value type. serialization_element works with structured document or media data. Keep parsing, transformation, and output steps separate enough that each step can be checked on its own.
Parameters
key- Required value. Supply
keypositionally unless the signature shows a keyword form. value- Required value. Supply
valuepositionally unless the signature shows a keyword form.
Examples
Basic call
1serialization_element('name', 'Ada')The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.