hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | 모든 멤버 목록
Newtonsoft.Json.Serialization.IReferenceResolver 인터페이스 참조

Used to resolve references when serializing and deserializing JSON by the JsonSerializer. 더 자세히 ...

Newtonsoft.Json.Serialization.DefaultReferenceResolver에 의해 상속되었습니다.

Public 멤버 함수

object ResolveReference (object context, string reference)
 Resolves a reference to its object. 더 자세히 ...
 
string GetReference (object context, object value)
 Gets the reference for the sepecified object. 더 자세히 ...
 
bool IsReferenced (object context, object value)
 Determines whether the specified object is referenced. 더 자세히 ...
 
void AddReference (object context, string reference, object value)
 Adds a reference to the specified object. 더 자세히 ...
 

상세한 설명

Used to resolve references when serializing and deserializing JSON by the JsonSerializer.

멤버 함수 문서화

void Newtonsoft.Json.Serialization.IReferenceResolver.AddReference ( object  context,
string  reference,
object  value 
)

Adds a reference to the specified object.

매개변수
contextThe serialization context.
referenceThe reference.
valueThe object to reference.
string Newtonsoft.Json.Serialization.IReferenceResolver.GetReference ( object  context,
object  value 
)

Gets the reference for the sepecified object.

매개변수
contextThe serialization context.
valueThe object to get a reference for.
반환값
The reference to the object.
bool Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced ( object  context,
object  value 
)

Determines whether the specified object is referenced.

매개변수
contextThe serialization context.
valueThe object to test for a reference.
반환값
true if the specified object is referenced; otherwise, false.
object Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference ( object  context,
string  reference 
)

Resolves a reference to its object.

매개변수
contextThe serialization context.
referenceThe reference to resolve.
반환값
The object that

이 인터페이스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: