C# 클래스 MemcachedClientLibrary.Serializer

파일 보기 프로젝트 열기: noear/Weed3

공개 메소드들

메소드 설명
DeSerialize ( byte bytes, SerializedType type ) : object
Serialize ( object value, SerializedType &type, uint compressionThreshold ) : byte[]

비공개 메소드들

메소드 설명
compress ( byte bytes ) : byte[]
decompress ( byte bytes ) : byte[]

메소드 상세

DeSerialize() 공개 정적인 메소드

public static DeSerialize ( byte bytes, SerializedType type ) : object
bytes byte
type SerializedType
리턴 object

Serialize() 공개 정적인 메소드

public static Serialize ( object value, SerializedType &type, uint compressionThreshold ) : byte[]
value object
type SerializedType
compressionThreshold uint
리턴 byte[]