LinkedList::serialize

(Available since version 1.0)

LinkedList::serializeSerializes the storage

Description

public string LinkedList::serialize ( void )

Serializes the storage.

Warning

This function is currently not documented; only its argument list is available. It's use is discouraged.

Parameters

This function has no parameters.

Return Values

The serialized string.

To Top