Convert PHP serialized data to Unicode
A PHP function to fix serialized data after converting from single-byte encoding to Unicode UTF-8 by recounting string lengths.
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.