Sha256: 5fbe8a9896a1818b6a186a5e60fb739bad269a060f6f99610006ba9a82d208c2
Contents?: true
Size: 308 Bytes
Versions: 217
Compression:
Stored size: 308 Bytes
Contents
# Serialize & deserialize commands from the APM server to the instrumented app module ScoutApm module Serializers class AppServerLoadSerializer def self.serialize(data) Marshal.dump(data) end def self.deserialize(data) Marshal.load(data) end end end end
Version data entries
217 entries across 217 versions & 1 rubygems