Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Suremaker
/
ObjectSerialization-Net
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ObjectSerialization-Net
ObjectSerialization
on
master
User selector
All users
All time
Commit history
Commits on Oct 13, 2021
Updated solution packaging
Suremaker
committed
70bca18
View commit details
Copy full SHA for 70bca18
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
#2 Upgraded ObjectSerialization-Net to support .net461 and netstandard2.1 (#3)
Show description for 638c562
Suremaker
authored
638c562
View commit details
Copy full SHA for 638c562
View code at this point
Browse repository at this point
Commits on Sep 9, 2014
+ corrected bug #1 Collection serialization issue, where objects having fields of interface type like IList<> were not serializing
wojtek
committed
69a395b
View commit details
Copy full SHA for 69a395b
View code at this point
Browse repository at this point
Commits on Feb 23, 2013
+ ensured proper and constant order of registered types with TypeInfoRepository.RegisterPredefinedUsingSerializableFrom
Suremaker
committed
57b5b07
View commit details
Copy full SHA for 57b5b07
View code at this point
Browse repository at this point
added RegisterPredefinedUsingSerializableFrom to TypeInfoRepository
Suremaker
committed
733d8d1
View commit details
Copy full SHA for 733d8d1
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
created NuGet package
Suremaker
committed
36e1789
View commit details
Copy full SHA for 36e1789
View code at this point
Browse repository at this point
added performance test for readonly field
Suremaker
committed
f1ce3a4
View commit details
Copy full SHA for f1ce3a4
View code at this point
Browse repository at this point
Commits on Feb 7, 2013
added support for serialization of classes without parameterless constructor
Suremaker
committed
71c25d4
View commit details
Copy full SHA for 71c25d4
View code at this point
Browse repository at this point
modified TypeMembersSerializerBuilder to throw SerializationException when exception occurs during serializer construction
Show description for eb29ab2
Suremaker
committed
eb29ab2
View commit details
Copy full SHA for eb29ab2
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
added performance tests for sealed classes
Suremaker
committed
875a1bc
View commit details
Copy full SHA for 875a1bc
View code at this point
Browse repository at this point
optimized sealed class serialization
Show description for f6e176b
Suremaker
committed
f6e176b
View commit details
Copy full SHA for f6e176b
View code at this point
Browse repository at this point
Commits on Feb 5, 2013
added NonSerializedBackendAttribute allow to mark backend field of automatic properties to not be serialized (if automatic virtual property is overriden with another automatic property implementati…
Show description for ec4cdaf
Suremaker
committed
ec4cdaf
View commit details
Copy full SHA for ec4cdaf
View code at this point
Browse repository at this point
Commits on Feb 4, 2013
merged Class/StructMembersSerializerBuilder into TypeMembersSerializerBuilder
Suremaker
committed
a269d7e
View commit details
Copy full SHA for a269d7e
View code at this point
Browse repository at this point
modified class serializer to serialize fields (public/protected/private) instead of public properties and public fields
Suremaker
committed
04dce2f
View commit details
Copy full SHA for 04dce2f
View code at this point
Browse repository at this point
Commits on Feb 3, 2013
modified readonly field serialization exception to be more specified about type.
Suremaker
committed
325418a
View commit details
Copy full SHA for 325418a
View code at this point
Browse repository at this point
added support to omit class/struct field serialization if it is marked with NonSerialized attribute
Show description for 736c1e8
Suremaker
committed
736c1e8
View commit details
Copy full SHA for 736c1e8
View code at this point
Browse repository at this point
Commits on Feb 1, 2013
modified class serializer to serialize public properties and fields that are not static and not readonly
Show description for 550c101
Suremaker
committed
550c101
View commit details
Copy full SHA for 550c101
View code at this point
Browse repository at this point
reformatted code
Suremaker
committed
94292d8
View commit details
Copy full SHA for 94292d8
View code at this point
Browse repository at this point
introduced TypeInfoRepository class with ability to register type (to decrease size of serialized data)
wojtek
committed
92ffa05
View commit details
Copy full SHA for 92ffa05
View code at this point
Browse repository at this point
extended IObjectSerializer interface to support streams
Show description for 00d651c
wojtek
committed
00d651c
View commit details
Copy full SHA for 00d651c
View code at this point
Browse repository at this point
simplified IObjectSerializer interface
wojtek
committed
31bc1f2
View commit details
Copy full SHA for 31bc1f2
View code at this point
Browse repository at this point
modified TypeSerializerBuilder to not use additional variable for deserialized object
wojtek
committed
c0247a4
View commit details
Copy full SHA for c0247a4
View code at this point
Browse repository at this point
updated internal comments for serializers
wojtek
committed
b9531a6
View commit details
Copy full SHA for b9531a6
View code at this point
Browse repository at this point
added ProtoBuf-net serializer for performance comparison
Show description for 290628c
wojtek
committed
290628c
View commit details
Copy full SHA for 290628c
View code at this point
Browse repository at this point
optimized TypeSerializerFactory to cache type information
wojtek
committed
e432474
View commit details
Copy full SHA for e432474
View code at this point
Browse repository at this point
optimized struct and class members serialization
Show description for 30a5acd
wojtek
committed
30a5acd
View commit details
Copy full SHA for 30a5acd
View code at this point
Browse repository at this point
optimized serialization by reduced objects casting into one helper variable
wojtek
committed
70a8b33
View commit details
Copy full SHA for 70a8b33
View code at this point
Browse repository at this point
added serialization performance project to compare serialization times/serialized data size for various object graphs and serializer implementations
Show description for 1a68b91
wojtek
committed
1a68b91
View commit details
Copy full SHA for 1a68b91
View code at this point
Browse repository at this point
added support for collection serialization (any implementing ICollection)
wojtek
committed
0ef3e9a
View commit details
Copy full SHA for 0ef3e9a
View code at this point
Browse repository at this point
added support for structs
wojtek
committed
7249f9d
View commit details
Copy full SHA for 7249f9d
View code at this point
Browse repository at this point
added support for null string serialization
wojtek
committed
4773952
View commit details
Copy full SHA for 4773952
View code at this point
Browse repository at this point
added support for array serialization at root and class member level
wojtek
committed
14b6c97
View commit details
Copy full SHA for 14b6c97
View code at this point
Browse repository at this point
added support for direct serialization of built-in primitive types, strings and null objects on root level
wojtek
committed
a3b0cff
View commit details
Copy full SHA for a3b0cff
View code at this point
Browse repository at this point
merged ClassTypeSerializer with PolymorphicClassTypeSerializer
Show description for e6b0baa
wojtek
committed
e6b0baa
View commit details
Copy full SHA for e6b0baa
View code at this point
Browse repository at this point
finished serialization classes refactoring
wojtek
committed
fb9e1ed
View commit details
Copy full SHA for fb9e1ed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.