Save every class you want? Look here :D
Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
2 posts
Page 1 of 1
So im working on this project that allows you to save every class you want. Your own custom created or the pre-existing framework classes. Earlier, you had the option to serialize the class. But not every class could be serialized, which sucks. So this is the solution. It will be a DLL which you can reference to your projects, and then use a simple function to save any instance of a class. It saves public and private fields and properties. Public Sub SaveClass([Class] As Object) As Byte()
The data returned from ^^ will be in this format:
(Dont read this if you dont understand it) The only disadvantage is that it will not be able to save properties with index parameters.
The data returned from ^^ will be in this format:
- String Type_Name
- Int Block_Length
- Byte Type_Code
- Byte Member_Type
- UInt Index
- If Type_Code = TypeCode.Object
- Byte() SaveClass(Value)
- Else
- Byte() SaveBaseType(Value)
(Dont read this if you dont understand it) The only disadvantage is that it will not be able to save properties with index parameters.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

:lol:
can't wait to test it
can't wait to test it

visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
2 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023