Skip to content

Instantly share code, notes, and snippets.

View andy-d's full-sized avatar

andy d andy-d

View GitHub Profile
@andy-d
andy-d / json_serializable.py
Created August 27, 2019 21:37
json serializable base class for python serialization and deserialization backcompat and all that
import base64
import datetime
import json
import logging
import os
import re
import socket
import sys
from com.easter.egg.some_abstract_logging_class import SomeAbstractLoggingClass