Table of Contents

Class IntermediateSerializer

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate
Assembly
MonoGame.Framework.Content.Pipeline.dll
public class IntermediateSerializer
Inheritance
IntermediateSerializer
Inherited Members

Methods

Deserialize<T>(XmlReader, string)

public static T Deserialize<T>(XmlReader input, string referenceRelocationPath)

Parameters

input XmlReader
referenceRelocationPath string

Returns

T

Type Parameters

T

GetTypeSerializer(Type)

public ContentTypeSerializer GetTypeSerializer(Type type)

Parameters

type Type

Returns

ContentTypeSerializer

Serialize<T>(XmlWriter, T, string)

public static void Serialize<T>(XmlWriter output, T value, string referenceRelocationPath)

Parameters

output XmlWriter
value T
referenceRelocationPath string

Type Parameters

T