metasploit-framework/lib/rex/java/serialization/model/null_reference.rb

12 lines
172 B
Ruby

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