Question

What is the fastest way to serialized a POCO object to a JSON string and deserialize a JSON string back to a POCO object?

I have seen several libraries and implementations, but what counts for us is speed and efficiency because it happens a lot in our code.