C# Class NetMud.Data.System.SerializableDataPartial

Inheritance: IFileStored
Afficher le fichier Open project: SwiftAusterity/NetMud

Méthodes publiques

Méthode Description
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

Method Details

DeSerialize() public méthode

Deserialize a json string into this entity
public DeSerialize ( string jsonData ) : IFileStored
jsonData string string to deserialize
Résultat IFileStored

FromBytes() public méthode

Deserialize a binary stream into this entity
public FromBytes ( byte bytes ) : IFileStored
bytes byte binary to deserialize
Résultat IFileStored

Serialize() public méthode

Serialize this live entity to a json string
public Serialize ( ) : string
Résultat string

ToBytes() public méthode

Serialize this live entity to a binary stream
public ToBytes ( ) : byte[]
Résultat byte[]