We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dd216 commit 0f34aeaCopy full SHA for 0f34aea
SteamKit2/SteamKit2/Types/DepotManifest.cs
@@ -389,7 +389,11 @@ public int GetHashCode( byte[] obj )
389
}
390
391
392
- byte[]? Serialize()
+ /// <summary>
393
+ /// Serializes the depot manifest into a byte array.
394
+ /// </summary>
395
+ /// <returns>A byte array containing the serialized depot manifest. Returns <c>null</c> if serialization fails.</returns>
396
+ public byte[]? Serialize()
397
{
398
DebugLog.Assert( Files != null, nameof( DepotManifest ), "Files was null when attempting to serialize manifest." );
399
0 commit comments