C# 클래스 NetMud.Data.System.SerializableDataPartial

상속: IFileStored
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
DeSerialize ( string jsonData ) : IFileStored

Deserialize a json string into this entity

FromBytes ( byte bytes ) : IFileStored

Deserialize a binary stream into this entity

Serialize ( ) : string

Serialize this live entity to a json string

ToBytes ( ) : byte[]

Serialize this live entity to a binary stream

메소드 상세

DeSerialize() 공개 메소드

Deserialize a json string into this entity
public DeSerialize ( string jsonData ) : IFileStored
jsonData string string to deserialize
리턴 IFileStored

FromBytes() 공개 메소드

Deserialize a binary stream into this entity
public FromBytes ( byte bytes ) : IFileStored
bytes byte binary to deserialize
리턴 IFileStored

Serialize() 공개 메소드

Serialize this live entity to a json string
public Serialize ( ) : string
리턴 string

ToBytes() 공개 메소드

Serialize this live entity to a binary stream
public ToBytes ( ) : byte[]
리턴 byte[]