# File lib/cgikit/bytedata.rb, line 186
    def self._load( object )
      ByteData.new(Marshal.load(object))
    end