Skip to content

GenerateFieldIds

enum

Namespace: Orleans

This enum provides options for controlling the field id generation logic.
public enum GenerateFieldIds

Fields

NameValueDescription
None0Only members explicitly annotated with a field id will be serialized. This is the default.
PublicProperties1Field ids will be automatically assigned to eligible public properties. To qualify, a property must have an accessible getter, and either an accessible setter or a corresponding constructor parameter.