Class 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 SourceInstance
Declaration
public static StringDataSerializer Instance { get; }
Property Value
Type | Description |
---|---|
StringDataSerializer |
Methods
| Improve this Doc View SourceCreateNew()
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)