export abstract class SerializationOptions {
  abstract includeContextInTarget: boolean;
}
