Interface ISerializer
- Namespace
- Skyline.DataMiner.Core.InterAppCalls.Common.Serializing
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
Interface that represents a serializer.
public interface ISerializer
- Extension Methods
Methods
- DeserializeFromString<T>(string)
Deserializes the specified string into an object of type T.
- SerializeToString(object)
Serializes the specified object in a string.