Various conformity issues to coding guidelines fixed; documented all exceptions being thrown
git-svn-id: file:///srv/devel/repo-conversion/nusu@7 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
f4b2062e19
commit
5aef46ca7a
6 changed files with 90 additions and 82 deletions
|
@ -18,7 +18,7 @@ namespace Nuclex.Support.Serialization {
|
|||
/// <param name="reader">Reader to use for reading the object's state</param>
|
||||
void Load(BinaryReader reader);
|
||||
|
||||
/// <summary>Save the object's state into a serialized representation</summary>
|
||||
/// <summary>Saves the object's state into a serialized representation</summary>
|
||||
/// <param name="writer">Writer to use for writing the object's state</param>
|
||||
void Save(BinaryWriter writer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue