C# 클래스 Akka.Serialization.SerializerWithStringManifest

상속: Serializer
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
FromBinary ( byte bytes, Type type ) : object
FromBinary ( byte binary, string manifest ) : object

Produces an object from an array of bytes, with an optional type-hint.

Manifest ( object o ) : string

Return the manifest (type hint) that will be provided in the fromBinary method. Return string.Empty if not needed.

보호된 메소드들

메소드 설명
SerializerWithStringManifest ( ExtendedActorSystem system ) : System

메소드 상세

FromBinary() 공개 최종 메소드

public final FromBinary ( byte bytes, Type type ) : object
bytes byte
type System.Type
리턴 object

FromBinary() 공개 추상적인 메소드

Produces an object from an array of bytes, with an optional type-hint.
public abstract FromBinary ( byte binary, string manifest ) : object
binary byte
manifest string
리턴 object

Manifest() 공개 추상적인 메소드

Return the manifest (type hint) that will be provided in the fromBinary method. Return string.Empty if not needed.
public abstract Manifest ( object o ) : string
o object
리턴 string

SerializerWithStringManifest() 보호된 메소드

protected SerializerWithStringManifest ( ExtendedActorSystem system ) : System
system ExtendedActorSystem
리턴 System