Skip to main content

ResQ.Protocols

ProtocolExtensions Class

Provides extension methods for working with protobuf-generated types and timestamps.
Inheritance System.Object → ProtocolExtensions

Example

Remarks

This static class contains utility extension methods that simplify working with protocol buffer generated types, particularly for timestamp conversions between Unix milliseconds and .NET System.DateTimeOffset types. These extensions are commonly used when serializing/deserializing gRPC messages and when interfacing with systems that use Unix timestamps.