Is your feature request related to a problem? Please describe.
Yes, sometimes users may serialize some Java bean, which may be instrumented by OpenTelemetry Java Agent. Java Agent may insert an extra field through VirtualField, and it will led to a serialization failure.

Describe the solution you'd like
Make the extra field inserted by virtualfield a transient field and Java will ignore such transient field while doing serialization
Describe alternatives you've considered
No
Additional context
No response