8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6f2fc commit 77c6093Copy full SHA for 77c6093
src/runtime/Codecs/RawProxyEncoder.cs
@@ -6,7 +6,6 @@ namespace Python.Runtime.Codecs
6
/// A .NET object encoder, that returns raw proxies (e.g. no conversion to Python types).
7
/// <para>You must inherit from this class and override <see cref="CanEncode"/>.</para>
8
/// </summary>
9
- [Obsolete(Util.UnstableApiMessage)]
10
public class RawProxyEncoder: IPyObjectEncoder
11
{
12
public PyObject TryEncode(object value)
src/runtime/Codecs/TupleCodecs.cs
@@ -5,7 +5,6 @@ namespace Python.Runtime.Codecs
5
using System.Linq;
using System.Reflection;
public sealed class TupleCodec<TTuple> : IPyObjectEncoder, IPyObjectDecoder
TupleCodec() { }
0 commit comments