-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added and managed
ISerDesSelector<T>
(breaking change) (#466)
* Added and managed ISerDesSelector<T> to retrieve serialization classes based on the JVM type, all serialization extension where updated to reports the classes extending ISerDesSelector<T> without any reference to the data transfer mechanism * Doc update * Added new properties and methods to ISerDes and ISerDesSelector * Update description
- Loading branch information
1 parent
30c958f
commit ad9cb07
Showing
14 changed files
with
1,767 additions
and
1,189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
410 changes: 249 additions & 161 deletions
410
src/net/KNet.Serialization.MessagePack/MessagePackSerDes.cs
Large diffs are not rendered by default.
Oops, something went wrong.
378 changes: 231 additions & 147 deletions
378
src/net/KNet.Serialization.Protobuf/ProtobufSerDes.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.