Info
Version: | 1.40.0 |
Author(s): | Irmen de Jong |
Last Update: | Friday, May 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/irmen/serpent |
NuGet Url: | https://www.nuget.org/packages/Razorvine.Serpent |
Install
Install-Package Razorvine.Serpent
dotnet add package Razorvine.Serpent
paket add Razorvine.Serpent
Razorvine.Serpent Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It serializes an object tree into bytes that can be transferred to Python and
decoded there (using ast.literal_eval()).
It can ofcourse also deserialize
such a Python expression itself, back into the equivalent .NET datatypes.
More info for the Python version is on Pypi: https://pypi.python.org/pypi/serpent.