Skip to content

Commit

Permalink
BinarySerialization implementation is now obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Nov 9, 2022
1 parent f0784e8 commit 08cfe39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace FxEvents.Shared.Serialization.Implementations

public delegate T DeserializationObjectActivator<out T>(BinaryReader reader);

[Obsolete("This implementations is obsolete now that MsgPack is available")]
public class BinarySerialization : ISerialization
{
public const string PackMethod = "PackSerializedBytes";
Expand Down

0 comments on commit 08cfe39

Please sign in to comment.