Commit Graph

3 Commits

Author SHA1 Message Date
Matthew Horan e183803784 JsonSerializer returns QByteArray
JSON supports UTF-16, however the serializer is 8-bit clean.  Instead of
returning a QString only to turn it back into a QByteArray, return a
QByteArray on serialization.
2013-01-03 13:26:59 -05:00
Matthew Horan ec257f7ffd Serialize console messsages using JsonSerializer 2013-01-03 13:26:59 -05:00
Matthew Horan c0e896b064 Extract JSON serializer 2013-01-03 13:26:59 -05:00