Posts by Bruno Ferreira • 19 points
3 posts
-
0
votes2
answers75
viewsA: How to serialize or deserialize a json with lowercase keys and uppercase values (newtonsoft)
After consulting this post: Post! I set up the code my way, need to improve , but will solve, including pq manipulate data to Insert in Firebird. Here is the code : public override object…
-
-1
votes2
answers75
viewsQ: How to serialize or deserialize a json with lowercase keys and uppercase values (newtonsoft)
I have the following JSON string example: : { myproperty : 'Hello' } When I desiccate you or serialize you, I want you to stay that way: { myproperty : 'HELLO' } All values in Uppercase and All Keys…
-
2
votes2
answers104
viewsQ: Priority running android thread
I have the following code for printing in P.O.S on Android; Before calling pass the data to thermal printing, I make the call to test if the printer has paper or is all right with it.…