Namespace Xping.Sdk.Core.Serialization
Classes
- XpingJsonSerializer
Provides JSON serialization and deserialization services for the Xping SDK using System.Text.Json. This class implements the IXpingSerializer interface and provides consistent serialization behavior across all components of the SDK.
- XpingSerializerOptions
Provides centralized JSON serialization configuration for the Xping SDK. This class defines standard serialization options used across different components to ensure consistency in how test execution data is serialized.
Interfaces
- IXpingSerializer
Defines the contract for serialization and deserialization operations in the Xping SDK. This interface provides a centralized way to serialize test execution data to JSON format and deserialize it back to strongly-typed objects.