ObjectStreamClass.LookupAny(Class) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the descriptor for any class, regardless of whether it
implements Serializable
.
[Android.Runtime.Register("lookupAny", "(Ljava/lang/Class;)Ljava/io/ObjectStreamClass;", "")]
public static Java.IO.ObjectStreamClass? LookupAny (Java.Lang.Class? cl);
[<Android.Runtime.Register("lookupAny", "(Ljava/lang/Class;)Ljava/io/ObjectStreamClass;", "")>]
static member LookupAny : Java.Lang.Class -> Java.IO.ObjectStreamClass
Parameters
- cl
- Class
class for which to get the descriptor
Returns
the class descriptor for the specified class
- Attributes
Remarks
Java documentation for java.io.ObjectStreamClass.lookupAny(java.lang.Class<?>)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.