ContentTypeSerializer.ObjectIsEmpty Method
Note
This method is available only when developing for Windows.
Queries whether an object contains data to be serialized.
Syntax
'Declaration
Public Overridable Function ObjectIsEmpty ( _
value As Object _
) As Boolean
public virtual bool ObjectIsEmpty (
Object value
)
public:
virtual bool ObjectIsEmpty(
Object value
)
Parameters
- value
Type: Object
The object to query.
Return Value
Type: Boolean
true if value contains data to be serialized; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
ContentTypeSerializer Class
ContentTypeSerializer Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace
Platforms
Windows 7, Windows Vista, Windows XP