Serializer.GetCachedObjectWithReferenceId Method

For internal use only. Gets the ISurrogateWithReferenceId associated with the specified object for the current thread.
Public Shared Function GetCachedObjectWithReferenceId( _ 
ByVal obj As Object
) As ISurrogateWithReferenceId
This language is not supported or no code example is available.
public static ISurrogateWithReferenceId GetCachedObjectWithReferenceId( 
object obj 
)
This language is not supported or no code example is available.

Parameters

obj
object

The object corresponding to the value to get.

Return Value

ISurrogateWithReferenceId

The related ISurrogateWithReferenceId if presents, otherwise null.

.NET Framework

Supported in: 4.8

In this article

Definition