toJson method

T toJson()

Implementation

T toJson(){
  return serialize(null);
}