Function to deserialize a value which is usually a string.
Serialized value to deserialize.
Deserialized value.
Function to serialize a value.
Deserialized value to serialize.
Serialized value.
Optional
serializeFunction to serialize a value for use in a URI.
This function is optional. If not specified, the serialize
function will be used.
Deserialized value to serialize.
A reference to the serialize
function which is usually used to serialize the payload.
Serialized value for URIs.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Represents a set of functions for serialization, deserialization and optionally serialization for URIs. The return type of the
deserialize
function is the type of the input to theserialize
andserializeToUri
functions.