1
0
mirror of https://github.com/livingcomputermuseum/IFS.git synced 2026-04-18 00:46:53 +00:00

Cleanup, cleanup, cleanup. Fixed guest account a bit.

This commit is contained in:
Josh Dersch
2016-12-12 12:42:00 -08:00
parent c03d930bec
commit ef6bd4cc97
30 changed files with 782 additions and 531 deletions

View File

@@ -36,6 +36,11 @@ namespace IFS
public int Length;
}
/// <summary>
/// Provides a framework for serialization and deserialization of properly annotated
/// structs and classes; used to take raw data from the wire and reconstitute them into
/// IFS objects, and turn those objects back into a bag of bytes that meet IFS specs.
/// </summary>
public static class Serializer
{