INodeReferenceSerializerEx

Deprecated

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

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val prefix: String
Link copied to clipboard

Functions

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

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

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

Serializes the given node reference.