If you mean just from the object itself, you can't. Type erasure means that information is lost.
If you have a field which uses the parameterized type with a concrete type argument though, that information is preserved.
See Angelika Langer's Generics FAQ, and particularly the section on type erasure.