Portable Azure Mobile Services DTOs when using Xamarin and C#
A guide to creating portable C# Data Transfer Objects (DTOs) for Azure Mobile Services when developing cross-platform mobile apps with Xamarin.
A guide to creating portable C# Data Transfer Objects (DTOs) for Azure Mobile Services when developing cross-platform mobile apps with Xamarin.
Explains why to use JSON over Python's pickle for data serialization, covering security, readability, and cross-language compatibility.
An introduction to Python's Pickle module for serializing and deserializing objects, including basic usage and examples.
A technical analysis of migrating from BSON to msgpack by examining serialization formats to ensure data can be unambiguously interpreted.
Joblib 0.6 beta release introduces fast compressed persistence for Python objects and Python 3 support, improving I/O performance.
A PHP function to fix serialized data after converting from single-byte encoding to Unicode UTF-8 by recounting string lengths.
A technical guide on implementing a custom ModelBinder in ASP.NET MVC to bind complex objects like Person directly to action method parameters.
Google's Protocol Buffers open-source release for cross-language object serialization, with a Java/Python test example.