This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47c94de653eac7d7043dc61596597fd9bc655b15
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
Shared
/
EpicGames.Serialization
History
ben marsh
6eb31298a9
Serialize all public properties to compact binary by default, in line with semantics for JsonSerializer.
...
[CL 30567695 by ben marsh in ue5-main branch]
2024-01-11 09:48:29 -05:00
..
Converters
Serialize all public properties to compact binary by default, in line with semantics for JsonSerializer.
2024-01-11 09:48:29 -05:00
CbConverter.cs
Remove reference to deleted type from XML comment.
2024-01-10 19:15:19 -05:00
CbField.cs
Remove implicit conversions from string to Utf8String. This conversion is not free, and recent versions of the MongoDB driver do not handle implicit conversions correctly at runtime.
2023-10-04 10:49:04 -04:00
CbPackage.cs
…
CbSerializer.cs
Serialize all public properties to compact binary by default, in line with semantics for JsonSerializer.
2024-01-11 09:48:29 -05:00
CbWriter.cs
Remove implicit conversions from string to Utf8String. This conversion is not free, and recent versions of the MongoDB driver do not handle implicit conversions correctly at runtime.
2023-10-04 10:49:04 -04:00
EpicGames.Serialization.csproj
…