Skip to content

Instantly share code, notes, and snippets.

@yohanespradono
yohanespradono / C php Serializer.cs
Created January 31, 2023 08:02 — forked from xiangwan/C php Serializer.cs
C# php Serializer
/// <summary>
/// Serializer Class.
/// </summary>
public class Serializer
{
//types:
// N = null
// s = string
// i = int
// d = double
@yohanespradono
yohanespradono / phpSerialize.cs
Created January 31, 2023 06:49 — forked from bubach/phpSerialize.cs
C# class to handle PHP serialized data
/*
* Serializer.cs
* This is the Serializer class for the PHPSerializationLibrary
*
* Copyright 2004 Conversive, Inc.
*
* Modified for WP7-Silverlight by Gordon Breuer
*
*/