void ISerializable.GetObjectData(SerializationInfo oInfo, StreamingContext oContext) { _logic.GetObjectData(oInfo, oContext); if (IsSuccess) { oInfo.AddValue("Value", Value); } }
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) => _logic.GetObjectData(info, this);