class YARP::Serialize::Loader

def load_serialized_length

def load_serialized_length
  io.read(4).unpack1("L")
end