Share via


ContentTypeSerializer.ObjectIsEmpty Method (Object)

Note

This method is available only when developing for Windows.

Queries whether a strongly-typed object contains data to be serialized.

Syntax

'Declaration
Public Overrides Function ObjectIsEmpty ( _
         value As Object _
) As Boolean 
public override bool ObjectIsEmpty (
         Object value
)
public:
bool ObjectIsEmpty(
         Object value
) override

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 Generic Class
ContentTypeSerializer Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace

Platforms

Windows 7, Windows Vista, Windows XP