Skip to content

Commit

Permalink
CODE RUB: Updated the interface operations for ISerializationProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit committed Mar 23, 2024
1 parent 6923a40 commit 7e359f9
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

namespace STX.Serialization.Providers.Abstractions
{
public interface ISerializationProvider
{
ValueTask<string> Serialize<T>(T @object);
ValueTask<T> Deserialize<T>(string json);
}
public interface ISerializationProvider : ISerializationOperations
{ }
}

0 comments on commit 7e359f9

Please sign in to comment.