C# Class Demo.Library.Algorithms.Bloom.BucketSerializer

Mostrar archivo Open project: volak/DDD.Enterprise.Example Class Usage Examples

Public Methods

Method Description
Deserialize ( BinaryReader br ) : BucketState
Serialize ( BinaryWriter bw, BucketState state ) : void

Method Details

Deserialize() public static method

public static Deserialize ( BinaryReader br ) : BucketState
br System.IO.BinaryReader
return BucketState

Serialize() public static method

public static Serialize ( BinaryWriter bw, BucketState state ) : void
bw System.IO.BinaryWriter
state BucketState
return void