Package io.sentry
Interface JsonSerializable
- All Known Implementing Classes:
App
,Breadcrumb
,Browser
,CheckIn
,ClientReport
,Contexts
,DebugImage
,DebugMeta
,Device
,Device.DeviceOrientation
,DiscardedEvent
,Geo
,Gpu
,MeasurementValue
,Mechanism
,Message
,MetricSummary
,MonitorConfig
,MonitorContexts
,MonitorSchedule
,OperatingSystem
,ProfileMeasurement
,ProfileMeasurementValue
,ProfilingTraceData
,ProfilingTransactionData
,ReplayRecording
,Request
,Response
,RRWebBreadcrumbEvent
,RRWebEventType
,RRWebIncrementalSnapshotEvent.IncrementalSource
,RRWebInteractionEvent
,RRWebInteractionEvent.InteractionType
,RRWebInteractionMoveEvent
,RRWebInteractionMoveEvent.Position
,RRWebMetaEvent
,RRWebSpanEvent
,RRWebVideoEvent
,SdkInfo
,SdkVersion
,SentryAppStartProfilingOptions
,SentryEnvelopeHeader
,SentryEnvelopeItemHeader
,SentryEvent
,SentryException
,SentryId
,SentryItemType
,SentryLevel
,SentryLockReason
,SentryPackage
,SentryReplayEvent
,SentryReplayEvent.ReplayType
,SentryRuntime
,SentrySpan
,SentryStackFrame
,SentryStackTrace
,SentryThread
,SentryTransaction
,Session
,SpanContext
,SpanId
,SpanStatus
,TraceContext
,TransactionContext
,TransactionInfo
,User
,UserFeedback
,ViewHierarchy
,ViewHierarchyNode
public interface JsonSerializable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger)
-
Method Details
-
serialize
void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Throws:
IOException
-