0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Updated version to 1.0.2 More... about 10 years ago
- Fixed https://github.com/rpgmaker/MessageShark/issues/14 More... about 10 years ago
- Added Serialize(Type, object, Stream), Serialize(T, Stream), Serialize(object, Stream) More... about 10 years ago
- Add Serialize(Type, object), Serialize(object), and Deserialize(Type, byte[]) More... about 10 years ago
- Fixed issue with null string when converting string to byte array More... over 10 years ago
Updated logic for resolving serializer More... almost 11 years ago
Updated Readme More... almost 11 years ago
- Added test for deserialize/serialize dictionary with new changes - Added logic to support custom dictionary (credit to grigorey) More... about 11 years ago
Signed-off-by: rpgmaker <[email protected]> More... about 11 years ago
Added nuget file More... about 11 years ago
Recompile with 2013 More... over 11 years ago
Add ability to autowrap collection objects Fixed: https://github.com/rpgmaker/MessageShark/issues/9 More... over 11 years ago
- Fixed https://github.com/rpgmaker/MessageShark/issues/8 More... over 11 years ago
Fixed negative number issue: https://github.com/rpgmaker/MessageShark/issues/6 More... over 11 years ago
- Improved enum serialization - Optimized storing of large decimal and double More... over 11 years ago
Rollback previous field serialization implementation due to performance overhead More... almost 12 years ago
-Fixed field retrieve issue More... almost 12 years ago
Resolve Issue: https://github.com/rpgmaker/MessageShark/issues/2 More... almost 12 years ago
Fixed Issue #4 More... about 12 years ago
Added logic to serialize byte when used as object type More... over 12 years ago
Fixed double serialization when using object type More... over 12 years ago
Added check for endianess More... over 12 years ago
Fixed serialization problem for double type More... over 12 years ago
Delete test file More... over 12 years ago
Test More... over 12 years ago
Fixed problem with storing null values in dictionary More... over 12 years ago
Add check for null nullable when retrieving nullable.value More... over 12 years ago
Fixed serialization problem for boolean values Added support for nullable types More... over 12 years ago
Fixed bug with converting special character to byte array such as chinese characters More... about 13 years ago
Fixed thread safety of generating serializer for type Added option to pre-compile type to avoid the cost of first-time creation of serializer for type More... about 13 years ago