The return type of deserialize
and input of serialize
and serilizeToUri
.
Function to deserialize a value which is usually a string.
Deserialized value.
Serialized value to deserialize.
Function to serialize a value.
Serialized value.
Deserialized value to serialize.
Optional
serializeFunction to serialize a value for use in a URI.
This function is optional. If not specified, the serialize
function will be used.
Serialized value for URIs.
Deserialized value to serialize.
A reference to the serialize
function which is usually used to serialize the payload.
Function to serialize a value.
Serialized value.
Deserialized value to serialize.
Copyright Ⓒ 2023 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.