Show / Hide Table of Contents

Class StringDataSerializer

Inheritance
System.Object
DataSerializer<System.String>
StringDataSerializer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Import.Configuration
Assembly: AssetRipper.Import.dll
Syntax
public sealed class StringDataSerializer : DataSerializer<string>

Properties

| Improve this Doc View Source

Instance

Declaration
public static StringDataSerializer Instance { get; }
Property Value
Type Description
StringDataSerializer

Methods

| Improve this Doc View Source

CreateNew()

Declaration
public override string CreateNew()
Returns
Type Description
System.String
Overrides
AssetRipper.Import.Configuration.DataSerializer<System.String>.CreateNew()
| Improve this Doc View Source

Deserialize(String)

Declaration
public override string Deserialize(string text)
Parameters
Type Name Description
System.String text
Returns
Type Description
System.String
Overrides
AssetRipper.Import.Configuration.DataSerializer<System.String>.Deserialize(System.String)
| Improve this Doc View Source

Serialize(String)

Declaration
public override string Serialize(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
System.String
Overrides
AssetRipper.Import.Configuration.DataSerializer<System.String>.Serialize(System.String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾