INodeReferenceSerializer

Deprecated

INodeResolutionScope.resolveNode(INodeReference) is now responsible for deserializing supported references

Serializer for INodeReferences.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun deserialize(serialized: String): INodeReference?

Deserializes the given string, which represents a serialized node reference.

Link copied to clipboard
abstract fun serialize(ref: INodeReference): String?

Serializes the given node reference.