// 
// Decompiled by Procyon v0.6.0
// 

package io.sentry;

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Internal
public interface JsonDeserializer<T>
{
    @NotNull
    T deserialize(@NotNull final ObjectReader p0, @NotNull final ILogger p1) throws Exception;
}
