C# 클래스 MessagePack.Formatters.NonGenericInterfaceDictionaryFormatter

상속: IMessagePackFormatter
파일 보기 프로젝트 열기: tana/Mondeto

공개 프로퍼티들

프로퍼티 타입 설명
Instance IMessagePackFormatter

공개 메소드들

메소드 설명
Deserialize ( Array bytes, int offset, IFormatterResolver formatterResolver, int &readSize ) : IDictionary
Serialize ( Array &bytes, int offset, value, IFormatterResolver formatterResolver ) : int

비공개 메소드들

메소드 설명
NonGenericInterfaceDictionaryFormatter ( ) : System

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( Array bytes, int offset, IFormatterResolver formatterResolver, int &readSize ) : IDictionary
bytes Array
offset int
formatterResolver IFormatterResolver
readSize int
리턴 IDictionary

Serialize() 공개 메소드

public Serialize ( Array &bytes, int offset, value, IFormatterResolver formatterResolver ) : int
bytes Array
offset int
formatterResolver IFormatterResolver
리턴 int

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static IMessagePackFormatter Instance
리턴 IMessagePackFormatter