Update README

This commit is contained in:
Matt Nadareski
2024-04-04 02:42:59 -04:00
parent 2a4d24309d
commit d768172da1

View File

@@ -11,6 +11,7 @@ Below is a table representing the various interfaces that are implemented within
| Interface Name | Source Type | Destination Type |
| --- | --- | --- |
| `IByteDeserializer` | `byte[]?` | Model |
| `IByteSerializer` | Model | `byte[]?` |
| `IFileDeserializer` | `string?` path | Model |
| `IFileSerializer` | Model | `string?` path |
| `IModelSerializer` | Model | Model |