IAssetSerializer Interface
Namespace: Stride.Core.Assets.Serializers
Assembly: Stride.Core.Assets.dll
public interface IAssetSerializer
|
Improve this Doc
View Source
Methods
object Load(Stream stream, UFile filePath, ILogger log, bool clearBrokenObjectReferences, out bool aliasOccurred, out AttachedYamlAssetMetadata yamlMetadata)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
stream |
|
| Stride.Core.IO.UFile |
filePath |
|
| ILogger |
log |
|
| System.Boolean |
clearBrokenObjectReferences |
|
| System.Boolean |
aliasOccurred |
|
| AttachedYamlAssetMetadata |
yamlMetadata |
|
Returns
| Type |
Description |
| System.Object |
|
void Save(Stream stream, object asset, AttachedYamlAssetMetadata yamlMetadata, ILogger log = null)
Parameters
Extension Methods