Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SerializationUtility

Utility functions related to Serialization.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public sealed class SerializationUtility

Remarks

Static Methods

Method

Description

ClearAllManagedReferencesWithMissingTypesRemoves all managed references that are missing their type.
ClearManagedReferenceWithMissingTypeDrop the serialized data associated with a specific managed reference object that is missing its type.
GetManagedReferencesWithMissingTypesReturns the list of managed references that could not be deserialized because of a missing type.
HasManagedReferencesWithMissingTypesThis API returns true if one or more managed references is missing its type.