]> git.deb.at Git - rhonda/impostor.git/commitdiff
Remove Serialize and Deserialize from ITaskInfo
authorAlexejheroYTB <alexejhero@gmail.com>
Sun, 15 Nov 2020 00:11:30 +0000 (02:11 +0200)
committerAlexejheroYTB <alexejhero@gmail.com>
Sun, 15 Nov 2020 00:11:30 +0000 (02:11 +0200)
src/Impostor.Api/Net/Inner/Objects/ITaskInfo.cs

index 7e7fb2f02163d480d13ff49345ef44c0888b283b..c80ee07846740d0b842066ef2dbc110e43b618f4 100644 (file)
@@ -7,9 +7,5 @@ namespace Impostor.Api.Net.Inner.Objects
         uint Id { get; }
         
         bool Complete { get; }
-
-        void Serialize(IMessageWriter writer);
-
-        void Deserialize(IMessageReader reader);
     }
 }
\ No newline at end of file