Files
metasploit-gs/lib/rex/java/serialization/model/null_reference.rb
T
2014-12-10 09:52:23 -06:00

12 lines
172 B
Ruby

# -*- coding: binary -*-
module Rex
module Java
module Serialization
module Model
class NullReference < Element
end
end
end
end
end