Skip to content

Instantly share code, notes, and snippets.

View jrbasso's full-sized avatar

Juan Basso jrbasso

  • Zumba
  • Pembroke Pines, FL, USA
  • X @jrbasso
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jrbasso on github.
  • I am jrbasso (https://keybase.io/jrbasso) on keybase.
  • I have a public key whose fingerprint is FB6C 0029 F72B 33F3 69CF C90F B81C DD9B B318 78F8

To claim this, I am signing this object:

@jrbasso
jrbasso / serializer_perf_test.php
Created February 28, 2016 19:33
Testing performance with options suggested on zumba/json-serializer#14
<?php
class JsonSerializer {
const CLASS_IDENTIFIER_KEY = '@type';
const FLOAT_ADAPTER = 'JsonSerializerFloatAdapter';
/**
* Storage for object
*
* Used for recursion
*