pub fn serialize_json<T>(subject: &T) -> Result<Vec<u8>, SerializationError>where T: ?Sized + Serialize,
Attempts to serialise subject into JSON and returns the string as a Vec<u8>.
subject
Vec<u8>