[python-experimental] simplify python-experimental serialization
Created by: spacether
Have the python serializer use a json serializer and handle inputs based on class type. Serializing the data in a serializer feels like a cleaner compartmentalization vs using a function to do it.