class RestServiceClient::JsonSerializer

Public Class Methods

deserialize(data) click to toggle source
# File lib/restserviceclient.rb, line 153
def self.deserialize(data)
  JSON.parse(data)
end