Skip to main content

SerializedObjectWrapper

wraps a serialized representation of an object

Assembly: ServiceStack.Redis.dll
View Source
Declaration
[Serializable]
public struct SerializedObjectWrapper

Properties

Data

The data representing the item being stored/retireved.

View Source
Declaration
public ArraySegment<byte> Data { get; set; }

Flags

Flags set for this instance.

View Source
Declaration
public ushort Flags { get; set; }